bond_main.c 138 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988
  1. /*
  2. * originally based on the dummy device.
  3. *
  4. * Copyright 1999, Thomas Davis, tadavis@lbl.gov.
  5. * Licensed under the GPL. Based on dummy.c, and eql.c devices.
  6. *
  7. * bonding.c: an Ethernet Bonding driver
  8. *
  9. * This is useful to talk to a Cisco EtherChannel compatible equipment:
  10. * Cisco 5500
  11. * Sun Trunking (Solaris)
  12. * Alteon AceDirector Trunks
  13. * Linux Bonding
  14. * and probably many L2 switches ...
  15. *
  16. * How it works:
  17. * ifconfig bond0 ipaddress netmask up
  18. * will setup a network device, with an ip address. No mac address
  19. * will be assigned at this time. The hw mac address will come from
  20. * the first slave bonded to the channel. All slaves will then use
  21. * this hw mac address.
  22. *
  23. * ifconfig bond0 down
  24. * will release all slaves, marking them as down.
  25. *
  26. * ifenslave bond0 eth0
  27. * will attach eth0 to bond0 as a slave. eth0 hw mac address will either
  28. * a: be used as initial mac address
  29. * b: if a hw mac address already is there, eth0's hw mac address
  30. * will then be set from bond0.
  31. *
  32. */
  33. #include <linux/kernel.h>
  34. #include <linux/module.h>
  35. #include <linux/types.h>
  36. #include <linux/fcntl.h>
  37. #include <linux/interrupt.h>
  38. #include <linux/ptrace.h>
  39. #include <linux/ioport.h>
  40. #include <linux/in.h>
  41. #include <net/ip.h>
  42. #include <linux/ip.h>
  43. #include <linux/tcp.h>
  44. #include <linux/udp.h>
  45. #include <linux/slab.h>
  46. #include <linux/string.h>
  47. #include <linux/init.h>
  48. #include <linux/timer.h>
  49. #include <linux/socket.h>
  50. #include <linux/ctype.h>
  51. #include <linux/inet.h>
  52. #include <linux/bitops.h>
  53. #include <linux/io.h>
  54. #include <asm/dma.h>
  55. #include <linux/uaccess.h>
  56. #include <linux/errno.h>
  57. #include <linux/netdevice.h>
  58. #include <linux/inetdevice.h>
  59. #include <linux/igmp.h>
  60. #include <linux/etherdevice.h>
  61. #include <linux/skbuff.h>
  62. #include <net/sock.h>
  63. #include <linux/rtnetlink.h>
  64. #include <linux/smp.h>
  65. #include <linux/if_ether.h>
  66. #include <net/arp.h>
  67. #include <linux/mii.h>
  68. #include <linux/ethtool.h>
  69. #include <linux/if_vlan.h>
  70. #include <linux/if_bonding.h>
  71. #include <linux/jiffies.h>
  72. #include <linux/preempt.h>
  73. #include <net/route.h>
  74. #include <net/net_namespace.h>
  75. #include <net/netns/generic.h>
  76. #include <net/pkt_sched.h>
  77. #include <linux/rculist.h>
  78. #include <net/flow_dissector.h>
  79. #include <net/switchdev.h>
  80. #include <net/bonding.h>
  81. #include <net/bond_3ad.h>
  82. #include <net/bond_alb.h>
  83. #include "bonding_priv.h"
  84. /*---------------------------- Module parameters ----------------------------*/
  85. /* monitor all links that often (in milliseconds). <=0 disables monitoring */
  86. static int max_bonds = BOND_DEFAULT_MAX_BONDS;
  87. static int tx_queues = BOND_DEFAULT_TX_QUEUES;
  88. static int num_peer_notif = 1;
  89. static int miimon;
  90. static int updelay;
  91. static int downdelay;
  92. static int use_carrier = 1;
  93. static char *mode;
  94. static char *primary;
  95. static char *primary_reselect;
  96. static char *lacp_rate;
  97. static int min_links;
  98. static char *ad_select;
  99. static char *xmit_hash_policy;
  100. static int arp_interval;
  101. static char *arp_ip_target[BOND_MAX_ARP_TARGETS];
  102. static char *arp_validate;
  103. static char *arp_all_targets;
  104. static char *fail_over_mac;
  105. static int all_slaves_active;
  106. static struct bond_params bonding_defaults;
  107. static int resend_igmp = BOND_DEFAULT_RESEND_IGMP;
  108. static int packets_per_slave = 1;
  109. static int lp_interval = BOND_ALB_DEFAULT_LP_INTERVAL;
  110. module_param(max_bonds, int, 0);
  111. MODULE_PARM_DESC(max_bonds, "Max number of bonded devices");
  112. module_param(tx_queues, int, 0);
  113. MODULE_PARM_DESC(tx_queues, "Max number of transmit queues (default = 16)");
  114. module_param_named(num_grat_arp, num_peer_notif, int, 0644);
  115. MODULE_PARM_DESC(num_grat_arp, "Number of peer notifications to send on "
  116. "failover event (alias of num_unsol_na)");
  117. module_param_named(num_unsol_na, num_peer_notif, int, 0644);
  118. MODULE_PARM_DESC(num_unsol_na, "Number of peer notifications to send on "
  119. "failover event (alias of num_grat_arp)");
  120. module_param(miimon, int, 0);
  121. MODULE_PARM_DESC(miimon, "Link check interval in milliseconds");
  122. module_param(updelay, int, 0);
  123. MODULE_PARM_DESC(updelay, "Delay before considering link up, in milliseconds");
  124. module_param(downdelay, int, 0);
  125. MODULE_PARM_DESC(downdelay, "Delay before considering link down, "
  126. "in milliseconds");
  127. module_param(use_carrier, int, 0);
  128. MODULE_PARM_DESC(use_carrier, "Use netif_carrier_ok (vs MII ioctls) in miimon; "
  129. "0 for off, 1 for on (default)");
  130. module_param(mode, charp, 0);
  131. MODULE_PARM_DESC(mode, "Mode of operation; 0 for balance-rr, "
  132. "1 for active-backup, 2 for balance-xor, "
  133. "3 for broadcast, 4 for 802.3ad, 5 for balance-tlb, "
  134. "6 for balance-alb");
  135. module_param(primary, charp, 0);
  136. MODULE_PARM_DESC(primary, "Primary network device to use");
  137. module_param(primary_reselect, charp, 0);
  138. MODULE_PARM_DESC(primary_reselect, "Reselect primary slave "
  139. "once it comes up; "
  140. "0 for always (default), "
  141. "1 for only if speed of primary is "
  142. "better, "
  143. "2 for only on active slave "
  144. "failure");
  145. module_param(lacp_rate, charp, 0);
  146. MODULE_PARM_DESC(lacp_rate, "LACPDU tx rate to request from 802.3ad partner; "
  147. "0 for slow, 1 for fast");
  148. module_param(ad_select, charp, 0);
  149. MODULE_PARM_DESC(ad_select, "802.3ad aggregation selection logic; "
  150. "0 for stable (default), 1 for bandwidth, "
  151. "2 for count");
  152. module_param(min_links, int, 0);
  153. MODULE_PARM_DESC(min_links, "Minimum number of available links before turning on carrier");
  154. module_param(xmit_hash_policy, charp, 0);
  155. MODULE_PARM_DESC(xmit_hash_policy, "balance-alb, balance-tlb, balance-xor, 802.3ad hashing method; "
  156. "0 for layer 2 (default), 1 for layer 3+4, "
  157. "2 for layer 2+3, 3 for encap layer 2+3, "
  158. "4 for encap layer 3+4");
  159. module_param(arp_interval, int, 0);
  160. MODULE_PARM_DESC(arp_interval, "arp interval in milliseconds");
  161. module_param_array(arp_ip_target, charp, NULL, 0);
  162. MODULE_PARM_DESC(arp_ip_target, "arp targets in n.n.n.n form");
  163. module_param(arp_validate, charp, 0);
  164. MODULE_PARM_DESC(arp_validate, "validate src/dst of ARP probes; "
  165. "0 for none (default), 1 for active, "
  166. "2 for backup, 3 for all");
  167. module_param(arp_all_targets, charp, 0);
  168. MODULE_PARM_DESC(arp_all_targets, "fail on any/all arp targets timeout; 0 for any (default), 1 for all");
  169. module_param(fail_over_mac, charp, 0);
  170. MODULE_PARM_DESC(fail_over_mac, "For active-backup, do not set all slaves to "
  171. "the same MAC; 0 for none (default), "
  172. "1 for active, 2 for follow");
  173. module_param(all_slaves_active, int, 0);
  174. MODULE_PARM_DESC(all_slaves_active, "Keep all frames received on an interface "
  175. "by setting active flag for all slaves; "
  176. "0 for never (default), 1 for always.");
  177. module_param(resend_igmp, int, 0);
  178. MODULE_PARM_DESC(resend_igmp, "Number of IGMP membership reports to send on "
  179. "link failure");
  180. module_param(packets_per_slave, int, 0);
  181. MODULE_PARM_DESC(packets_per_slave, "Packets to send per slave in balance-rr "
  182. "mode; 0 for a random slave, 1 packet per "
  183. "slave (default), >1 packets per slave.");
  184. module_param(lp_interval, uint, 0);
  185. MODULE_PARM_DESC(lp_interval, "The number of seconds between instances where "
  186. "the bonding driver sends learning packets to "
  187. "each slaves peer switch. The default is 1.");
  188. /*----------------------------- Global variables ----------------------------*/
  189. #ifdef CONFIG_NET_POLL_CONTROLLER
  190. atomic_t netpoll_block_tx = ATOMIC_INIT(0);
  191. #endif
  192. unsigned int bond_net_id __read_mostly;
  193. /*-------------------------- Forward declarations ---------------------------*/
  194. static int bond_init(struct net_device *bond_dev);
  195. static void bond_uninit(struct net_device *bond_dev);
  196. static void bond_get_stats(struct net_device *bond_dev,
  197. struct rtnl_link_stats64 *stats);
  198. static void bond_slave_arr_handler(struct work_struct *work);
  199. static bool bond_time_in_interval(struct bonding *bond, unsigned long last_act,
  200. int mod);
  201. static void bond_netdev_notify_work(struct work_struct *work);
  202. /*---------------------------- General routines -----------------------------*/
  203. const char *bond_mode_name(int mode)
  204. {
  205. static const char *names[] = {
  206. [BOND_MODE_ROUNDROBIN] = "load balancing (round-robin)",
  207. [BOND_MODE_ACTIVEBACKUP] = "fault-tolerance (active-backup)",
  208. [BOND_MODE_XOR] = "load balancing (xor)",
  209. [BOND_MODE_BROADCAST] = "fault-tolerance (broadcast)",
  210. [BOND_MODE_8023AD] = "IEEE 802.3ad Dynamic link aggregation",
  211. [BOND_MODE_TLB] = "transmit load balancing",
  212. [BOND_MODE_ALB] = "adaptive load balancing",
  213. };
  214. if (mode < BOND_MODE_ROUNDROBIN || mode > BOND_MODE_ALB)
  215. return "unknown";
  216. return names[mode];
  217. }
  218. /*---------------------------------- VLAN -----------------------------------*/
  219. /**
  220. * bond_dev_queue_xmit - Prepare skb for xmit.
  221. *
  222. * @bond: bond device that got this skb for tx.
  223. * @skb: hw accel VLAN tagged skb to transmit
  224. * @slave_dev: slave that is supposed to xmit this skbuff
  225. */
  226. void bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb,
  227. struct net_device *slave_dev)
  228. {
  229. skb->dev = slave_dev;
  230. BUILD_BUG_ON(sizeof(skb->queue_mapping) !=
  231. sizeof(qdisc_skb_cb(skb)->slave_dev_queue_mapping));
  232. skb_set_queue_mapping(skb, qdisc_skb_cb(skb)->slave_dev_queue_mapping);
  233. if (unlikely(netpoll_tx_running(bond->dev)))
  234. bond_netpoll_send_skb(bond_get_slave_by_dev(bond, slave_dev), skb);
  235. else
  236. dev_queue_xmit(skb);
  237. }
  238. /* In the following 2 functions, bond_vlan_rx_add_vid and bond_vlan_rx_kill_vid,
  239. * We don't protect the slave list iteration with a lock because:
  240. * a. This operation is performed in IOCTL context,
  241. * b. The operation is protected by the RTNL semaphore in the 8021q code,
  242. * c. Holding a lock with BH disabled while directly calling a base driver
  243. * entry point is generally a BAD idea.
  244. *
  245. * The design of synchronization/protection for this operation in the 8021q
  246. * module is good for one or more VLAN devices over a single physical device
  247. * and cannot be extended for a teaming solution like bonding, so there is a
  248. * potential race condition here where a net device from the vlan group might
  249. * be referenced (either by a base driver or the 8021q code) while it is being
  250. * removed from the system. However, it turns out we're not making matters
  251. * worse, and if it works for regular VLAN usage it will work here too.
  252. */
  253. /**
  254. * bond_vlan_rx_add_vid - Propagates adding an id to slaves
  255. * @bond_dev: bonding net device that got called
  256. * @vid: vlan id being added
  257. */
  258. static int bond_vlan_rx_add_vid(struct net_device *bond_dev,
  259. __be16 proto, u16 vid)
  260. {
  261. struct bonding *bond = netdev_priv(bond_dev);
  262. struct slave *slave, *rollback_slave;
  263. struct list_head *iter;
  264. int res;
  265. bond_for_each_slave(bond, slave, iter) {
  266. res = vlan_vid_add(slave->dev, proto, vid);
  267. if (res)
  268. goto unwind;
  269. }
  270. return 0;
  271. unwind:
  272. /* unwind to the slave that failed */
  273. bond_for_each_slave(bond, rollback_slave, iter) {
  274. if (rollback_slave == slave)
  275. break;
  276. vlan_vid_del(rollback_slave->dev, proto, vid);
  277. }
  278. return res;
  279. }
  280. /**
  281. * bond_vlan_rx_kill_vid - Propagates deleting an id to slaves
  282. * @bond_dev: bonding net device that got called
  283. * @vid: vlan id being removed
  284. */
  285. static int bond_vlan_rx_kill_vid(struct net_device *bond_dev,
  286. __be16 proto, u16 vid)
  287. {
  288. struct bonding *bond = netdev_priv(bond_dev);
  289. struct list_head *iter;
  290. struct slave *slave;
  291. bond_for_each_slave(bond, slave, iter)
  292. vlan_vid_del(slave->dev, proto, vid);
  293. if (bond_is_lb(bond))
  294. bond_alb_clear_vlan(bond, vid);
  295. return 0;
  296. }
  297. /*------------------------------- Link status -------------------------------*/
  298. /* Set the carrier state for the master according to the state of its
  299. * slaves. If any slaves are up, the master is up. In 802.3ad mode,
  300. * do special 802.3ad magic.
  301. *
  302. * Returns zero if carrier state does not change, nonzero if it does.
  303. */
  304. int bond_set_carrier(struct bonding *bond)
  305. {
  306. struct list_head *iter;
  307. struct slave *slave;
  308. if (!bond_has_slaves(bond))
  309. goto down;
  310. if (BOND_MODE(bond) == BOND_MODE_8023AD)
  311. return bond_3ad_set_carrier(bond);
  312. bond_for_each_slave(bond, slave, iter) {
  313. if (slave->link == BOND_LINK_UP) {
  314. if (!netif_carrier_ok(bond->dev)) {
  315. netif_carrier_on(bond->dev);
  316. return 1;
  317. }
  318. return 0;
  319. }
  320. }
  321. down:
  322. if (netif_carrier_ok(bond->dev)) {
  323. netif_carrier_off(bond->dev);
  324. return 1;
  325. }
  326. return 0;
  327. }
  328. /* Get link speed and duplex from the slave's base driver
  329. * using ethtool. If for some reason the call fails or the
  330. * values are invalid, set speed and duplex to -1,
  331. * and return. Return 1 if speed or duplex settings are
  332. * UNKNOWN; 0 otherwise.
  333. */
  334. static int bond_update_speed_duplex(struct slave *slave)
  335. {
  336. struct net_device *slave_dev = slave->dev;
  337. struct ethtool_link_ksettings ecmd;
  338. int res;
  339. slave->speed = SPEED_UNKNOWN;
  340. slave->duplex = DUPLEX_UNKNOWN;
  341. res = __ethtool_get_link_ksettings(slave_dev, &ecmd);
  342. if (res < 0)
  343. return 1;
  344. if (ecmd.base.speed == 0 || ecmd.base.speed == ((__u32)-1))
  345. return 1;
  346. switch (ecmd.base.duplex) {
  347. case DUPLEX_FULL:
  348. case DUPLEX_HALF:
  349. break;
  350. default:
  351. return 1;
  352. }
  353. slave->speed = ecmd.base.speed;
  354. slave->duplex = ecmd.base.duplex;
  355. return 0;
  356. }
  357. const char *bond_slave_link_status(s8 link)
  358. {
  359. switch (link) {
  360. case BOND_LINK_UP:
  361. return "up";
  362. case BOND_LINK_FAIL:
  363. return "going down";
  364. case BOND_LINK_DOWN:
  365. return "down";
  366. case BOND_LINK_BACK:
  367. return "going back";
  368. default:
  369. return "unknown";
  370. }
  371. }
  372. /* if <dev> supports MII link status reporting, check its link status.
  373. *
  374. * We either do MII/ETHTOOL ioctls, or check netif_carrier_ok(),
  375. * depending upon the setting of the use_carrier parameter.
  376. *
  377. * Return either BMSR_LSTATUS, meaning that the link is up (or we
  378. * can't tell and just pretend it is), or 0, meaning that the link is
  379. * down.
  380. *
  381. * If reporting is non-zero, instead of faking link up, return -1 if
  382. * both ETHTOOL and MII ioctls fail (meaning the device does not
  383. * support them). If use_carrier is set, return whatever it says.
  384. * It'd be nice if there was a good way to tell if a driver supports
  385. * netif_carrier, but there really isn't.
  386. */
  387. static int bond_check_dev_link(struct bonding *bond,
  388. struct net_device *slave_dev, int reporting)
  389. {
  390. const struct net_device_ops *slave_ops = slave_dev->netdev_ops;
  391. int (*ioctl)(struct net_device *, struct ifreq *, int);
  392. struct ifreq ifr;
  393. struct mii_ioctl_data *mii;
  394. if (!reporting && !netif_running(slave_dev))
  395. return 0;
  396. if (bond->params.use_carrier)
  397. return netif_carrier_ok(slave_dev) ? BMSR_LSTATUS : 0;
  398. /* Try to get link status using Ethtool first. */
  399. if (slave_dev->ethtool_ops->get_link)
  400. return slave_dev->ethtool_ops->get_link(slave_dev) ?
  401. BMSR_LSTATUS : 0;
  402. /* Ethtool can't be used, fallback to MII ioctls. */
  403. ioctl = slave_ops->ndo_do_ioctl;
  404. if (ioctl) {
  405. /* TODO: set pointer to correct ioctl on a per team member
  406. * bases to make this more efficient. that is, once
  407. * we determine the correct ioctl, we will always
  408. * call it and not the others for that team
  409. * member.
  410. */
  411. /* We cannot assume that SIOCGMIIPHY will also read a
  412. * register; not all network drivers (e.g., e100)
  413. * support that.
  414. */
  415. /* Yes, the mii is overlaid on the ifreq.ifr_ifru */
  416. strncpy(ifr.ifr_name, slave_dev->name, IFNAMSIZ);
  417. mii = if_mii(&ifr);
  418. if (ioctl(slave_dev, &ifr, SIOCGMIIPHY) == 0) {
  419. mii->reg_num = MII_BMSR;
  420. if (ioctl(slave_dev, &ifr, SIOCGMIIREG) == 0)
  421. return mii->val_out & BMSR_LSTATUS;
  422. }
  423. }
  424. /* If reporting, report that either there's no dev->do_ioctl,
  425. * or both SIOCGMIIREG and get_link failed (meaning that we
  426. * cannot report link status). If not reporting, pretend
  427. * we're ok.
  428. */
  429. return reporting ? -1 : BMSR_LSTATUS;
  430. }
  431. /*----------------------------- Multicast list ------------------------------*/
  432. /* Push the promiscuity flag down to appropriate slaves */
  433. static int bond_set_promiscuity(struct bonding *bond, int inc)
  434. {
  435. struct list_head *iter;
  436. int err = 0;
  437. if (bond_uses_primary(bond)) {
  438. struct slave *curr_active = rtnl_dereference(bond->curr_active_slave);
  439. if (curr_active)
  440. err = dev_set_promiscuity(curr_active->dev, inc);
  441. } else {
  442. struct slave *slave;
  443. bond_for_each_slave(bond, slave, iter) {
  444. err = dev_set_promiscuity(slave->dev, inc);
  445. if (err)
  446. return err;
  447. }
  448. }
  449. return err;
  450. }
  451. /* Push the allmulti flag down to all slaves */
  452. static int bond_set_allmulti(struct bonding *bond, int inc)
  453. {
  454. struct list_head *iter;
  455. int err = 0;
  456. if (bond_uses_primary(bond)) {
  457. struct slave *curr_active = rtnl_dereference(bond->curr_active_slave);
  458. if (curr_active)
  459. err = dev_set_allmulti(curr_active->dev, inc);
  460. } else {
  461. struct slave *slave;
  462. bond_for_each_slave(bond, slave, iter) {
  463. err = dev_set_allmulti(slave->dev, inc);
  464. if (err)
  465. return err;
  466. }
  467. }
  468. return err;
  469. }
  470. /* Retrieve the list of registered multicast addresses for the bonding
  471. * device and retransmit an IGMP JOIN request to the current active
  472. * slave.
  473. */
  474. static void bond_resend_igmp_join_requests_delayed(struct work_struct *work)
  475. {
  476. struct bonding *bond = container_of(work, struct bonding,
  477. mcast_work.work);
  478. if (!rtnl_trylock()) {
  479. queue_delayed_work(bond->wq, &bond->mcast_work, 1);
  480. return;
  481. }
  482. call_netdevice_notifiers(NETDEV_RESEND_IGMP, bond->dev);
  483. if (bond->igmp_retrans > 1) {
  484. bond->igmp_retrans--;
  485. queue_delayed_work(bond->wq, &bond->mcast_work, HZ/5);
  486. }
  487. rtnl_unlock();
  488. }
  489. /* Flush bond's hardware addresses from slave */
  490. static void bond_hw_addr_flush(struct net_device *bond_dev,
  491. struct net_device *slave_dev)
  492. {
  493. struct bonding *bond = netdev_priv(bond_dev);
  494. dev_uc_unsync(slave_dev, bond_dev);
  495. dev_mc_unsync(slave_dev, bond_dev);
  496. if (BOND_MODE(bond) == BOND_MODE_8023AD) {
  497. /* del lacpdu mc addr from mc list */
  498. u8 lacpdu_multicast[ETH_ALEN] = MULTICAST_LACPDU_ADDR;
  499. dev_mc_del(slave_dev, lacpdu_multicast);
  500. }
  501. }
  502. /*--------------------------- Active slave change ---------------------------*/
  503. /* Update the hardware address list and promisc/allmulti for the new and
  504. * old active slaves (if any). Modes that are not using primary keep all
  505. * slaves up date at all times; only the modes that use primary need to call
  506. * this function to swap these settings during a failover.
  507. */
  508. static void bond_hw_addr_swap(struct bonding *bond, struct slave *new_active,
  509. struct slave *old_active)
  510. {
  511. if (old_active) {
  512. if (bond->dev->flags & IFF_PROMISC)
  513. dev_set_promiscuity(old_active->dev, -1);
  514. if (bond->dev->flags & IFF_ALLMULTI)
  515. dev_set_allmulti(old_active->dev, -1);
  516. bond_hw_addr_flush(bond->dev, old_active->dev);
  517. }
  518. if (new_active) {
  519. /* FIXME: Signal errors upstream. */
  520. if (bond->dev->flags & IFF_PROMISC)
  521. dev_set_promiscuity(new_active->dev, 1);
  522. if (bond->dev->flags & IFF_ALLMULTI)
  523. dev_set_allmulti(new_active->dev, 1);
  524. netif_addr_lock_bh(bond->dev);
  525. dev_uc_sync(new_active->dev, bond->dev);
  526. dev_mc_sync(new_active->dev, bond->dev);
  527. netif_addr_unlock_bh(bond->dev);
  528. }
  529. }
  530. /**
  531. * bond_set_dev_addr - clone slave's address to bond
  532. * @bond_dev: bond net device
  533. * @slave_dev: slave net device
  534. *
  535. * Should be called with RTNL held.
  536. */
  537. static void bond_set_dev_addr(struct net_device *bond_dev,
  538. struct net_device *slave_dev)
  539. {
  540. netdev_dbg(bond_dev, "bond_dev=%p slave_dev=%p slave_dev->name=%s slave_dev->addr_len=%d\n",
  541. bond_dev, slave_dev, slave_dev->name, slave_dev->addr_len);
  542. memcpy(bond_dev->dev_addr, slave_dev->dev_addr, slave_dev->addr_len);
  543. bond_dev->addr_assign_type = NET_ADDR_STOLEN;
  544. call_netdevice_notifiers(NETDEV_CHANGEADDR, bond_dev);
  545. }
  546. static struct slave *bond_get_old_active(struct bonding *bond,
  547. struct slave *new_active)
  548. {
  549. struct slave *slave;
  550. struct list_head *iter;
  551. bond_for_each_slave(bond, slave, iter) {
  552. if (slave == new_active)
  553. continue;
  554. if (ether_addr_equal(bond->dev->dev_addr, slave->dev->dev_addr))
  555. return slave;
  556. }
  557. return NULL;
  558. }
  559. /* bond_do_fail_over_mac
  560. *
  561. * Perform special MAC address swapping for fail_over_mac settings
  562. *
  563. * Called with RTNL
  564. */
  565. static void bond_do_fail_over_mac(struct bonding *bond,
  566. struct slave *new_active,
  567. struct slave *old_active)
  568. {
  569. u8 tmp_mac[MAX_ADDR_LEN];
  570. struct sockaddr_storage ss;
  571. int rv;
  572. switch (bond->params.fail_over_mac) {
  573. case BOND_FOM_ACTIVE:
  574. if (new_active)
  575. bond_set_dev_addr(bond->dev, new_active->dev);
  576. break;
  577. case BOND_FOM_FOLLOW:
  578. /* if new_active && old_active, swap them
  579. * if just old_active, do nothing (going to no active slave)
  580. * if just new_active, set new_active to bond's MAC
  581. */
  582. if (!new_active)
  583. return;
  584. if (!old_active)
  585. old_active = bond_get_old_active(bond, new_active);
  586. if (old_active) {
  587. bond_hw_addr_copy(tmp_mac, new_active->dev->dev_addr,
  588. new_active->dev->addr_len);
  589. bond_hw_addr_copy(ss.__data,
  590. old_active->dev->dev_addr,
  591. old_active->dev->addr_len);
  592. ss.ss_family = new_active->dev->type;
  593. } else {
  594. bond_hw_addr_copy(ss.__data, bond->dev->dev_addr,
  595. bond->dev->addr_len);
  596. ss.ss_family = bond->dev->type;
  597. }
  598. rv = dev_set_mac_address(new_active->dev,
  599. (struct sockaddr *)&ss);
  600. if (rv) {
  601. netdev_err(bond->dev, "Error %d setting MAC of slave %s\n",
  602. -rv, new_active->dev->name);
  603. goto out;
  604. }
  605. if (!old_active)
  606. goto out;
  607. bond_hw_addr_copy(ss.__data, tmp_mac,
  608. new_active->dev->addr_len);
  609. ss.ss_family = old_active->dev->type;
  610. rv = dev_set_mac_address(old_active->dev,
  611. (struct sockaddr *)&ss);
  612. if (rv)
  613. netdev_err(bond->dev, "Error %d setting MAC of slave %s\n",
  614. -rv, new_active->dev->name);
  615. out:
  616. break;
  617. default:
  618. netdev_err(bond->dev, "bond_do_fail_over_mac impossible: bad policy %d\n",
  619. bond->params.fail_over_mac);
  620. break;
  621. }
  622. }
  623. static struct slave *bond_choose_primary_or_current(struct bonding *bond)
  624. {
  625. struct slave *prim = rtnl_dereference(bond->primary_slave);
  626. struct slave *curr = rtnl_dereference(bond->curr_active_slave);
  627. if (!prim || prim->link != BOND_LINK_UP) {
  628. if (!curr || curr->link != BOND_LINK_UP)
  629. return NULL;
  630. return curr;
  631. }
  632. if (bond->force_primary) {
  633. bond->force_primary = false;
  634. return prim;
  635. }
  636. if (!curr || curr->link != BOND_LINK_UP)
  637. return prim;
  638. /* At this point, prim and curr are both up */
  639. switch (bond->params.primary_reselect) {
  640. case BOND_PRI_RESELECT_ALWAYS:
  641. return prim;
  642. case BOND_PRI_RESELECT_BETTER:
  643. if (prim->speed < curr->speed)
  644. return curr;
  645. if (prim->speed == curr->speed && prim->duplex <= curr->duplex)
  646. return curr;
  647. return prim;
  648. case BOND_PRI_RESELECT_FAILURE:
  649. return curr;
  650. default:
  651. netdev_err(bond->dev, "impossible primary_reselect %d\n",
  652. bond->params.primary_reselect);
  653. return curr;
  654. }
  655. }
  656. /**
  657. * bond_find_best_slave - select the best available slave to be the active one
  658. * @bond: our bonding struct
  659. */
  660. static struct slave *bond_find_best_slave(struct bonding *bond)
  661. {
  662. struct slave *slave, *bestslave = NULL;
  663. struct list_head *iter;
  664. int mintime = bond->params.updelay;
  665. slave = bond_choose_primary_or_current(bond);
  666. if (slave)
  667. return slave;
  668. bond_for_each_slave(bond, slave, iter) {
  669. if (slave->link == BOND_LINK_UP)
  670. return slave;
  671. if (slave->link == BOND_LINK_BACK && bond_slave_is_up(slave) &&
  672. slave->delay < mintime) {
  673. mintime = slave->delay;
  674. bestslave = slave;
  675. }
  676. }
  677. return bestslave;
  678. }
  679. static bool bond_should_notify_peers(struct bonding *bond)
  680. {
  681. struct slave *slave;
  682. rcu_read_lock();
  683. slave = rcu_dereference(bond->curr_active_slave);
  684. rcu_read_unlock();
  685. netdev_dbg(bond->dev, "bond_should_notify_peers: slave %s\n",
  686. slave ? slave->dev->name : "NULL");
  687. if (!slave || !bond->send_peer_notif ||
  688. !netif_carrier_ok(bond->dev) ||
  689. test_bit(__LINK_STATE_LINKWATCH_PENDING, &slave->dev->state))
  690. return false;
  691. return true;
  692. }
  693. /**
  694. * change_active_interface - change the active slave into the specified one
  695. * @bond: our bonding struct
  696. * @new: the new slave to make the active one
  697. *
  698. * Set the new slave to the bond's settings and unset them on the old
  699. * curr_active_slave.
  700. * Setting include flags, mc-list, promiscuity, allmulti, etc.
  701. *
  702. * If @new's link state is %BOND_LINK_BACK we'll set it to %BOND_LINK_UP,
  703. * because it is apparently the best available slave we have, even though its
  704. * updelay hasn't timed out yet.
  705. *
  706. * Caller must hold RTNL.
  707. */
  708. void bond_change_active_slave(struct bonding *bond, struct slave *new_active)
  709. {
  710. struct slave *old_active;
  711. ASSERT_RTNL();
  712. old_active = rtnl_dereference(bond->curr_active_slave);
  713. if (old_active == new_active)
  714. return;
  715. if (new_active) {
  716. new_active->last_link_up = jiffies;
  717. if (new_active->link == BOND_LINK_BACK) {
  718. if (bond_uses_primary(bond)) {
  719. netdev_info(bond->dev, "making interface %s the new active one %d ms earlier\n",
  720. new_active->dev->name,
  721. (bond->params.updelay - new_active->delay) * bond->params.miimon);
  722. }
  723. new_active->delay = 0;
  724. bond_set_slave_link_state(new_active, BOND_LINK_UP,
  725. BOND_SLAVE_NOTIFY_NOW);
  726. if (BOND_MODE(bond) == BOND_MODE_8023AD)
  727. bond_3ad_handle_link_change(new_active, BOND_LINK_UP);
  728. if (bond_is_lb(bond))
  729. bond_alb_handle_link_change(bond, new_active, BOND_LINK_UP);
  730. } else {
  731. if (bond_uses_primary(bond)) {
  732. netdev_info(bond->dev, "making interface %s the new active one\n",
  733. new_active->dev->name);
  734. }
  735. }
  736. }
  737. if (bond_uses_primary(bond))
  738. bond_hw_addr_swap(bond, new_active, old_active);
  739. if (bond_is_lb(bond)) {
  740. bond_alb_handle_active_change(bond, new_active);
  741. if (old_active)
  742. bond_set_slave_inactive_flags(old_active,
  743. BOND_SLAVE_NOTIFY_NOW);
  744. if (new_active)
  745. bond_set_slave_active_flags(new_active,
  746. BOND_SLAVE_NOTIFY_NOW);
  747. } else {
  748. rcu_assign_pointer(bond->curr_active_slave, new_active);
  749. }
  750. if (BOND_MODE(bond) == BOND_MODE_ACTIVEBACKUP) {
  751. if (old_active)
  752. bond_set_slave_inactive_flags(old_active,
  753. BOND_SLAVE_NOTIFY_NOW);
  754. if (new_active) {
  755. bool should_notify_peers = false;
  756. bond_set_slave_active_flags(new_active,
  757. BOND_SLAVE_NOTIFY_NOW);
  758. if (bond->params.fail_over_mac)
  759. bond_do_fail_over_mac(bond, new_active,
  760. old_active);
  761. if (netif_running(bond->dev)) {
  762. bond->send_peer_notif =
  763. bond->params.num_peer_notif;
  764. should_notify_peers =
  765. bond_should_notify_peers(bond);
  766. }
  767. call_netdevice_notifiers(NETDEV_BONDING_FAILOVER, bond->dev);
  768. if (should_notify_peers)
  769. call_netdevice_notifiers(NETDEV_NOTIFY_PEERS,
  770. bond->dev);
  771. }
  772. }
  773. /* resend IGMP joins since active slave has changed or
  774. * all were sent on curr_active_slave.
  775. * resend only if bond is brought up with the affected
  776. * bonding modes and the retransmission is enabled
  777. */
  778. if (netif_running(bond->dev) && (bond->params.resend_igmp > 0) &&
  779. ((bond_uses_primary(bond) && new_active) ||
  780. BOND_MODE(bond) == BOND_MODE_ROUNDROBIN)) {
  781. bond->igmp_retrans = bond->params.resend_igmp;
  782. queue_delayed_work(bond->wq, &bond->mcast_work, 1);
  783. }
  784. }
  785. /**
  786. * bond_select_active_slave - select a new active slave, if needed
  787. * @bond: our bonding struct
  788. *
  789. * This functions should be called when one of the following occurs:
  790. * - The old curr_active_slave has been released or lost its link.
  791. * - The primary_slave has got its link back.
  792. * - A slave has got its link back and there's no old curr_active_slave.
  793. *
  794. * Caller must hold RTNL.
  795. */
  796. void bond_select_active_slave(struct bonding *bond)
  797. {
  798. struct slave *best_slave;
  799. int rv;
  800. ASSERT_RTNL();
  801. best_slave = bond_find_best_slave(bond);
  802. if (best_slave != rtnl_dereference(bond->curr_active_slave)) {
  803. bond_change_active_slave(bond, best_slave);
  804. rv = bond_set_carrier(bond);
  805. if (!rv)
  806. return;
  807. if (netif_carrier_ok(bond->dev))
  808. netdev_info(bond->dev, "first active interface up!\n");
  809. else
  810. netdev_info(bond->dev, "now running without any active interface!\n");
  811. }
  812. }
  813. #ifdef CONFIG_NET_POLL_CONTROLLER
  814. static inline int slave_enable_netpoll(struct slave *slave)
  815. {
  816. struct netpoll *np;
  817. int err = 0;
  818. np = kzalloc(sizeof(*np), GFP_KERNEL);
  819. err = -ENOMEM;
  820. if (!np)
  821. goto out;
  822. err = __netpoll_setup(np, slave->dev);
  823. if (err) {
  824. kfree(np);
  825. goto out;
  826. }
  827. slave->np = np;
  828. out:
  829. return err;
  830. }
  831. static inline void slave_disable_netpoll(struct slave *slave)
  832. {
  833. struct netpoll *np = slave->np;
  834. if (!np)
  835. return;
  836. slave->np = NULL;
  837. __netpoll_free_async(np);
  838. }
  839. static void bond_poll_controller(struct net_device *bond_dev)
  840. {
  841. struct bonding *bond = netdev_priv(bond_dev);
  842. struct slave *slave = NULL;
  843. struct list_head *iter;
  844. struct ad_info ad_info;
  845. if (BOND_MODE(bond) == BOND_MODE_8023AD)
  846. if (bond_3ad_get_active_agg_info(bond, &ad_info))
  847. return;
  848. bond_for_each_slave_rcu(bond, slave, iter) {
  849. if (!bond_slave_is_up(slave))
  850. continue;
  851. if (BOND_MODE(bond) == BOND_MODE_8023AD) {
  852. struct aggregator *agg =
  853. SLAVE_AD_INFO(slave)->port.aggregator;
  854. if (agg &&
  855. agg->aggregator_identifier != ad_info.aggregator_id)
  856. continue;
  857. }
  858. netpoll_poll_dev(slave->dev);
  859. }
  860. }
  861. static void bond_netpoll_cleanup(struct net_device *bond_dev)
  862. {
  863. struct bonding *bond = netdev_priv(bond_dev);
  864. struct list_head *iter;
  865. struct slave *slave;
  866. bond_for_each_slave(bond, slave, iter)
  867. if (bond_slave_is_up(slave))
  868. slave_disable_netpoll(slave);
  869. }
  870. static int bond_netpoll_setup(struct net_device *dev, struct netpoll_info *ni)
  871. {
  872. struct bonding *bond = netdev_priv(dev);
  873. struct list_head *iter;
  874. struct slave *slave;
  875. int err = 0;
  876. bond_for_each_slave(bond, slave, iter) {
  877. err = slave_enable_netpoll(slave);
  878. if (err) {
  879. bond_netpoll_cleanup(dev);
  880. break;
  881. }
  882. }
  883. return err;
  884. }
  885. #else
  886. static inline int slave_enable_netpoll(struct slave *slave)
  887. {
  888. return 0;
  889. }
  890. static inline void slave_disable_netpoll(struct slave *slave)
  891. {
  892. }
  893. static void bond_netpoll_cleanup(struct net_device *bond_dev)
  894. {
  895. }
  896. #endif
  897. /*---------------------------------- IOCTL ----------------------------------*/
  898. static netdev_features_t bond_fix_features(struct net_device *dev,
  899. netdev_features_t features)
  900. {
  901. struct bonding *bond = netdev_priv(dev);
  902. struct list_head *iter;
  903. netdev_features_t mask;
  904. struct slave *slave;
  905. mask = features;
  906. features &= ~NETIF_F_ONE_FOR_ALL;
  907. features |= NETIF_F_ALL_FOR_ALL;
  908. bond_for_each_slave(bond, slave, iter) {
  909. features = netdev_increment_features(features,
  910. slave->dev->features,
  911. mask);
  912. }
  913. features = netdev_add_tso_features(features, mask);
  914. return features;
  915. }
  916. #define BOND_VLAN_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
  917. NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
  918. NETIF_F_HIGHDMA | NETIF_F_LRO)
  919. #define BOND_ENC_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
  920. NETIF_F_RXCSUM | NETIF_F_ALL_TSO)
  921. static void bond_compute_features(struct bonding *bond)
  922. {
  923. unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE |
  924. IFF_XMIT_DST_RELEASE_PERM;
  925. netdev_features_t vlan_features = BOND_VLAN_FEATURES;
  926. netdev_features_t enc_features = BOND_ENC_FEATURES;
  927. struct net_device *bond_dev = bond->dev;
  928. struct list_head *iter;
  929. struct slave *slave;
  930. unsigned short max_hard_header_len = ETH_HLEN;
  931. unsigned int gso_max_size = GSO_MAX_SIZE;
  932. u16 gso_max_segs = GSO_MAX_SEGS;
  933. if (!bond_has_slaves(bond))
  934. goto done;
  935. vlan_features &= NETIF_F_ALL_FOR_ALL;
  936. bond_for_each_slave(bond, slave, iter) {
  937. vlan_features = netdev_increment_features(vlan_features,
  938. slave->dev->vlan_features, BOND_VLAN_FEATURES);
  939. enc_features = netdev_increment_features(enc_features,
  940. slave->dev->hw_enc_features,
  941. BOND_ENC_FEATURES);
  942. dst_release_flag &= slave->dev->priv_flags;
  943. if (slave->dev->hard_header_len > max_hard_header_len)
  944. max_hard_header_len = slave->dev->hard_header_len;
  945. gso_max_size = min(gso_max_size, slave->dev->gso_max_size);
  946. gso_max_segs = min(gso_max_segs, slave->dev->gso_max_segs);
  947. }
  948. bond_dev->hard_header_len = max_hard_header_len;
  949. done:
  950. bond_dev->vlan_features = vlan_features;
  951. bond_dev->hw_enc_features = enc_features | NETIF_F_GSO_ENCAP_ALL |
  952. NETIF_F_HW_VLAN_CTAG_TX |
  953. NETIF_F_HW_VLAN_STAG_TX |
  954. NETIF_F_GSO_UDP_L4;
  955. bond_dev->gso_max_segs = gso_max_segs;
  956. netif_set_gso_max_size(bond_dev, gso_max_size);
  957. bond_dev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
  958. if ((bond_dev->priv_flags & IFF_XMIT_DST_RELEASE_PERM) &&
  959. dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM))
  960. bond_dev->priv_flags |= IFF_XMIT_DST_RELEASE;
  961. netdev_change_features(bond_dev);
  962. }
  963. static void bond_setup_by_slave(struct net_device *bond_dev,
  964. struct net_device *slave_dev)
  965. {
  966. bond_dev->header_ops = slave_dev->header_ops;
  967. bond_dev->type = slave_dev->type;
  968. bond_dev->hard_header_len = slave_dev->hard_header_len;
  969. bond_dev->needed_headroom = slave_dev->needed_headroom;
  970. bond_dev->addr_len = slave_dev->addr_len;
  971. memcpy(bond_dev->broadcast, slave_dev->broadcast,
  972. slave_dev->addr_len);
  973. }
  974. /* On bonding slaves other than the currently active slave, suppress
  975. * duplicates except for alb non-mcast/bcast.
  976. */
  977. static bool bond_should_deliver_exact_match(struct sk_buff *skb,
  978. struct slave *slave,
  979. struct bonding *bond)
  980. {
  981. if (bond_is_slave_inactive(slave)) {
  982. if (BOND_MODE(bond) == BOND_MODE_ALB &&
  983. skb->pkt_type != PACKET_BROADCAST &&
  984. skb->pkt_type != PACKET_MULTICAST)
  985. return false;
  986. return true;
  987. }
  988. return false;
  989. }
  990. static rx_handler_result_t bond_handle_frame(struct sk_buff **pskb)
  991. {
  992. struct sk_buff *skb = *pskb;
  993. struct slave *slave;
  994. struct bonding *bond;
  995. int (*recv_probe)(const struct sk_buff *, struct bonding *,
  996. struct slave *);
  997. int ret = RX_HANDLER_ANOTHER;
  998. skb = skb_share_check(skb, GFP_ATOMIC);
  999. if (unlikely(!skb))
  1000. return RX_HANDLER_CONSUMED;
  1001. *pskb = skb;
  1002. slave = bond_slave_get_rcu(skb->dev);
  1003. bond = slave->bond;
  1004. recv_probe = READ_ONCE(bond->recv_probe);
  1005. if (recv_probe) {
  1006. ret = recv_probe(skb, bond, slave);
  1007. if (ret == RX_HANDLER_CONSUMED) {
  1008. consume_skb(skb);
  1009. return ret;
  1010. }
  1011. }
  1012. /*
  1013. * For packets determined by bond_should_deliver_exact_match() call to
  1014. * be suppressed we want to make an exception for link-local packets.
  1015. * This is necessary for e.g. LLDP daemons to be able to monitor
  1016. * inactive slave links without being forced to bind to them
  1017. * explicitly.
  1018. *
  1019. * At the same time, packets that are passed to the bonding master
  1020. * (including link-local ones) can have their originating interface
  1021. * determined via PACKET_ORIGDEV socket option.
  1022. */
  1023. if (bond_should_deliver_exact_match(skb, slave, bond)) {
  1024. if (is_link_local_ether_addr(eth_hdr(skb)->h_dest))
  1025. return RX_HANDLER_PASS;
  1026. return RX_HANDLER_EXACT;
  1027. }
  1028. skb->dev = bond->dev;
  1029. if (BOND_MODE(bond) == BOND_MODE_ALB &&
  1030. bond->dev->priv_flags & IFF_BRIDGE_PORT &&
  1031. skb->pkt_type == PACKET_HOST) {
  1032. if (unlikely(skb_cow_head(skb,
  1033. skb->data - skb_mac_header(skb)))) {
  1034. kfree_skb(skb);
  1035. return RX_HANDLER_CONSUMED;
  1036. }
  1037. bond_hw_addr_copy(eth_hdr(skb)->h_dest, bond->dev->dev_addr,
  1038. bond->dev->addr_len);
  1039. }
  1040. return ret;
  1041. }
  1042. static enum netdev_lag_tx_type bond_lag_tx_type(struct bonding *bond)
  1043. {
  1044. switch (BOND_MODE(bond)) {
  1045. case BOND_MODE_ROUNDROBIN:
  1046. return NETDEV_LAG_TX_TYPE_ROUNDROBIN;
  1047. case BOND_MODE_ACTIVEBACKUP:
  1048. return NETDEV_LAG_TX_TYPE_ACTIVEBACKUP;
  1049. case BOND_MODE_BROADCAST:
  1050. return NETDEV_LAG_TX_TYPE_BROADCAST;
  1051. case BOND_MODE_XOR:
  1052. case BOND_MODE_8023AD:
  1053. return NETDEV_LAG_TX_TYPE_HASH;
  1054. default:
  1055. return NETDEV_LAG_TX_TYPE_UNKNOWN;
  1056. }
  1057. }
  1058. static enum netdev_lag_hash bond_lag_hash_type(struct bonding *bond,
  1059. enum netdev_lag_tx_type type)
  1060. {
  1061. if (type != NETDEV_LAG_TX_TYPE_HASH)
  1062. return NETDEV_LAG_HASH_NONE;
  1063. switch (bond->params.xmit_policy) {
  1064. case BOND_XMIT_POLICY_LAYER2:
  1065. return NETDEV_LAG_HASH_L2;
  1066. case BOND_XMIT_POLICY_LAYER34:
  1067. return NETDEV_LAG_HASH_L34;
  1068. case BOND_XMIT_POLICY_LAYER23:
  1069. return NETDEV_LAG_HASH_L23;
  1070. case BOND_XMIT_POLICY_ENCAP23:
  1071. return NETDEV_LAG_HASH_E23;
  1072. case BOND_XMIT_POLICY_ENCAP34:
  1073. return NETDEV_LAG_HASH_E34;
  1074. default:
  1075. return NETDEV_LAG_HASH_UNKNOWN;
  1076. }
  1077. }
  1078. static int bond_master_upper_dev_link(struct bonding *bond, struct slave *slave,
  1079. struct netlink_ext_ack *extack)
  1080. {
  1081. struct netdev_lag_upper_info lag_upper_info;
  1082. enum netdev_lag_tx_type type;
  1083. type = bond_lag_tx_type(bond);
  1084. lag_upper_info.tx_type = type;
  1085. lag_upper_info.hash_type = bond_lag_hash_type(bond, type);
  1086. return netdev_master_upper_dev_link(slave->dev, bond->dev, slave,
  1087. &lag_upper_info, extack);
  1088. }
  1089. static void bond_upper_dev_unlink(struct bonding *bond, struct slave *slave)
  1090. {
  1091. netdev_upper_dev_unlink(slave->dev, bond->dev);
  1092. slave->dev->flags &= ~IFF_SLAVE;
  1093. }
  1094. static void slave_kobj_release(struct kobject *kobj)
  1095. {
  1096. struct slave *slave = to_slave(kobj);
  1097. struct bonding *bond = bond_get_bond_by_slave(slave);
  1098. cancel_delayed_work_sync(&slave->notify_work);
  1099. if (BOND_MODE(bond) == BOND_MODE_8023AD)
  1100. kfree(SLAVE_AD_INFO(slave));
  1101. kfree(slave);
  1102. }
  1103. static struct kobj_type slave_ktype = {
  1104. .release = slave_kobj_release,
  1105. #ifdef CONFIG_SYSFS
  1106. .sysfs_ops = &slave_sysfs_ops,
  1107. #endif
  1108. };
  1109. static int bond_kobj_init(struct slave *slave)
  1110. {
  1111. int err;
  1112. err = kobject_init_and_add(&slave->kobj, &slave_ktype,
  1113. &(slave->dev->dev.kobj), "bonding_slave");
  1114. if (err)
  1115. kobject_put(&slave->kobj);
  1116. return err;
  1117. }
  1118. static struct slave *bond_alloc_slave(struct bonding *bond,
  1119. struct net_device *slave_dev)
  1120. {
  1121. struct slave *slave = NULL;
  1122. slave = kzalloc(sizeof(*slave), GFP_KERNEL);
  1123. if (!slave)
  1124. return NULL;
  1125. slave->bond = bond;
  1126. slave->dev = slave_dev;
  1127. if (bond_kobj_init(slave))
  1128. return NULL;
  1129. if (BOND_MODE(bond) == BOND_MODE_8023AD) {
  1130. SLAVE_AD_INFO(slave) = kzalloc(sizeof(struct ad_slave_info),
  1131. GFP_KERNEL);
  1132. if (!SLAVE_AD_INFO(slave)) {
  1133. kobject_put(&slave->kobj);
  1134. return NULL;
  1135. }
  1136. }
  1137. INIT_DELAYED_WORK(&slave->notify_work, bond_netdev_notify_work);
  1138. return slave;
  1139. }
  1140. static void bond_fill_ifbond(struct bonding *bond, struct ifbond *info)
  1141. {
  1142. info->bond_mode = BOND_MODE(bond);
  1143. info->miimon = bond->params.miimon;
  1144. info->num_slaves = bond->slave_cnt;
  1145. }
  1146. static void bond_fill_ifslave(struct slave *slave, struct ifslave *info)
  1147. {
  1148. strcpy(info->slave_name, slave->dev->name);
  1149. info->link = slave->link;
  1150. info->state = bond_slave_state(slave);
  1151. info->link_failure_count = slave->link_failure_count;
  1152. }
  1153. static void bond_netdev_notify_work(struct work_struct *_work)
  1154. {
  1155. struct slave *slave = container_of(_work, struct slave,
  1156. notify_work.work);
  1157. if (rtnl_trylock()) {
  1158. struct netdev_bonding_info binfo;
  1159. bond_fill_ifslave(slave, &binfo.slave);
  1160. bond_fill_ifbond(slave->bond, &binfo.master);
  1161. netdev_bonding_info_change(slave->dev, &binfo);
  1162. rtnl_unlock();
  1163. } else {
  1164. queue_delayed_work(slave->bond->wq, &slave->notify_work, 1);
  1165. }
  1166. }
  1167. void bond_queue_slave_event(struct slave *slave)
  1168. {
  1169. queue_delayed_work(slave->bond->wq, &slave->notify_work, 0);
  1170. }
  1171. void bond_lower_state_changed(struct slave *slave)
  1172. {
  1173. struct netdev_lag_lower_state_info info;
  1174. info.link_up = slave->link == BOND_LINK_UP ||
  1175. slave->link == BOND_LINK_FAIL;
  1176. info.tx_enabled = bond_is_active_slave(slave);
  1177. netdev_lower_state_changed(slave->dev, &info);
  1178. }
  1179. /* enslave device <slave> to bond device <master> */
  1180. int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev,
  1181. struct netlink_ext_ack *extack)
  1182. {
  1183. struct bonding *bond = netdev_priv(bond_dev);
  1184. const struct net_device_ops *slave_ops = slave_dev->netdev_ops;
  1185. struct slave *new_slave = NULL, *prev_slave;
  1186. struct sockaddr_storage ss;
  1187. int link_reporting;
  1188. int res = 0, i;
  1189. if (!bond->params.use_carrier &&
  1190. slave_dev->ethtool_ops->get_link == NULL &&
  1191. slave_ops->ndo_do_ioctl == NULL) {
  1192. netdev_warn(bond_dev, "no link monitoring support for %s\n",
  1193. slave_dev->name);
  1194. }
  1195. /* already in-use? */
  1196. if (netdev_is_rx_handler_busy(slave_dev)) {
  1197. NL_SET_ERR_MSG(extack, "Device is in use and cannot be enslaved");
  1198. netdev_err(bond_dev,
  1199. "Error: Device is in use and cannot be enslaved\n");
  1200. return -EBUSY;
  1201. }
  1202. if (bond_dev == slave_dev) {
  1203. NL_SET_ERR_MSG(extack, "Cannot enslave bond to itself.");
  1204. netdev_err(bond_dev, "cannot enslave bond to itself.\n");
  1205. return -EPERM;
  1206. }
  1207. /* vlan challenged mutual exclusion */
  1208. /* no need to lock since we're protected by rtnl_lock */
  1209. if (slave_dev->features & NETIF_F_VLAN_CHALLENGED) {
  1210. netdev_dbg(bond_dev, "%s is NETIF_F_VLAN_CHALLENGED\n",
  1211. slave_dev->name);
  1212. if (vlan_uses_dev(bond_dev)) {
  1213. NL_SET_ERR_MSG(extack, "Can not enslave VLAN challenged device to VLAN enabled bond");
  1214. netdev_err(bond_dev, "Error: cannot enslave VLAN challenged slave %s on VLAN enabled bond %s\n",
  1215. slave_dev->name, bond_dev->name);
  1216. return -EPERM;
  1217. } else {
  1218. netdev_warn(bond_dev, "enslaved VLAN challenged slave %s. Adding VLANs will be blocked as long as %s is part of bond %s\n",
  1219. slave_dev->name, slave_dev->name,
  1220. bond_dev->name);
  1221. }
  1222. } else {
  1223. netdev_dbg(bond_dev, "%s is !NETIF_F_VLAN_CHALLENGED\n",
  1224. slave_dev->name);
  1225. }
  1226. /* Old ifenslave binaries are no longer supported. These can
  1227. * be identified with moderate accuracy by the state of the slave:
  1228. * the current ifenslave will set the interface down prior to
  1229. * enslaving it; the old ifenslave will not.
  1230. */
  1231. if (slave_dev->flags & IFF_UP) {
  1232. NL_SET_ERR_MSG(extack, "Device can not be enslaved while up");
  1233. netdev_err(bond_dev, "%s is up - this may be due to an out of date ifenslave\n",
  1234. slave_dev->name);
  1235. return -EPERM;
  1236. }
  1237. /* set bonding device ether type by slave - bonding netdevices are
  1238. * created with ether_setup, so when the slave type is not ARPHRD_ETHER
  1239. * there is a need to override some of the type dependent attribs/funcs.
  1240. *
  1241. * bond ether type mutual exclusion - don't allow slaves of dissimilar
  1242. * ether type (eg ARPHRD_ETHER and ARPHRD_INFINIBAND) share the same bond
  1243. */
  1244. if (!bond_has_slaves(bond)) {
  1245. if (bond_dev->type != slave_dev->type) {
  1246. netdev_dbg(bond_dev, "change device type from %d to %d\n",
  1247. bond_dev->type, slave_dev->type);
  1248. res = call_netdevice_notifiers(NETDEV_PRE_TYPE_CHANGE,
  1249. bond_dev);
  1250. res = notifier_to_errno(res);
  1251. if (res) {
  1252. netdev_err(bond_dev, "refused to change device type\n");
  1253. return -EBUSY;
  1254. }
  1255. /* Flush unicast and multicast addresses */
  1256. dev_uc_flush(bond_dev);
  1257. dev_mc_flush(bond_dev);
  1258. if (slave_dev->type != ARPHRD_ETHER)
  1259. bond_setup_by_slave(bond_dev, slave_dev);
  1260. else {
  1261. ether_setup(bond_dev);
  1262. bond_dev->priv_flags &= ~IFF_TX_SKB_SHARING;
  1263. }
  1264. call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE,
  1265. bond_dev);
  1266. }
  1267. } else if (bond_dev->type != slave_dev->type) {
  1268. NL_SET_ERR_MSG(extack, "Device type is different from other slaves");
  1269. netdev_err(bond_dev, "%s ether type (%d) is different from other slaves (%d), can not enslave it\n",
  1270. slave_dev->name, slave_dev->type, bond_dev->type);
  1271. return -EINVAL;
  1272. }
  1273. if (slave_dev->type == ARPHRD_INFINIBAND &&
  1274. BOND_MODE(bond) != BOND_MODE_ACTIVEBACKUP) {
  1275. NL_SET_ERR_MSG(extack, "Only active-backup mode is supported for infiniband slaves");
  1276. netdev_warn(bond_dev, "Type (%d) supports only active-backup mode\n",
  1277. slave_dev->type);
  1278. res = -EOPNOTSUPP;
  1279. goto err_undo_flags;
  1280. }
  1281. if (!slave_ops->ndo_set_mac_address ||
  1282. slave_dev->type == ARPHRD_INFINIBAND) {
  1283. netdev_warn(bond_dev, "The slave device specified does not support setting the MAC address\n");
  1284. if (BOND_MODE(bond) == BOND_MODE_ACTIVEBACKUP &&
  1285. bond->params.fail_over_mac != BOND_FOM_ACTIVE) {
  1286. if (!bond_has_slaves(bond)) {
  1287. bond->params.fail_over_mac = BOND_FOM_ACTIVE;
  1288. netdev_warn(bond_dev, "Setting fail_over_mac to active for active-backup mode\n");
  1289. } else {
  1290. NL_SET_ERR_MSG(extack, "Slave device does not support setting the MAC address, but fail_over_mac is not set to active");
  1291. netdev_err(bond_dev, "The slave device specified does not support setting the MAC address, but fail_over_mac is not set to active\n");
  1292. res = -EOPNOTSUPP;
  1293. goto err_undo_flags;
  1294. }
  1295. }
  1296. }
  1297. call_netdevice_notifiers(NETDEV_JOIN, slave_dev);
  1298. /* If this is the first slave, then we need to set the master's hardware
  1299. * address to be the same as the slave's.
  1300. */
  1301. if (!bond_has_slaves(bond) &&
  1302. bond->dev->addr_assign_type == NET_ADDR_RANDOM)
  1303. bond_set_dev_addr(bond->dev, slave_dev);
  1304. new_slave = bond_alloc_slave(bond, slave_dev);
  1305. if (!new_slave) {
  1306. res = -ENOMEM;
  1307. goto err_undo_flags;
  1308. }
  1309. /* Set the new_slave's queue_id to be zero. Queue ID mapping
  1310. * is set via sysfs or module option if desired.
  1311. */
  1312. new_slave->queue_id = 0;
  1313. /* Save slave's original mtu and then set it to match the bond */
  1314. new_slave->original_mtu = slave_dev->mtu;
  1315. res = dev_set_mtu(slave_dev, bond->dev->mtu);
  1316. if (res) {
  1317. netdev_dbg(bond_dev, "Error %d calling dev_set_mtu\n", res);
  1318. goto err_free;
  1319. }
  1320. /* Save slave's original ("permanent") mac address for modes
  1321. * that need it, and for restoring it upon release, and then
  1322. * set it to the master's address
  1323. */
  1324. bond_hw_addr_copy(new_slave->perm_hwaddr, slave_dev->dev_addr,
  1325. slave_dev->addr_len);
  1326. if (!bond->params.fail_over_mac ||
  1327. BOND_MODE(bond) != BOND_MODE_ACTIVEBACKUP) {
  1328. /* Set slave to master's mac address. The application already
  1329. * set the master's mac address to that of the first slave
  1330. */
  1331. memcpy(ss.__data, bond_dev->dev_addr, bond_dev->addr_len);
  1332. ss.ss_family = slave_dev->type;
  1333. res = dev_set_mac_address(slave_dev, (struct sockaddr *)&ss);
  1334. if (res) {
  1335. netdev_dbg(bond_dev, "Error %d calling set_mac_address\n", res);
  1336. goto err_restore_mtu;
  1337. }
  1338. }
  1339. /* set slave flag before open to prevent IPv6 addrconf */
  1340. slave_dev->flags |= IFF_SLAVE;
  1341. /* open the slave since the application closed it */
  1342. res = dev_open(slave_dev);
  1343. if (res) {
  1344. netdev_dbg(bond_dev, "Opening slave %s failed\n", slave_dev->name);
  1345. goto err_restore_mac;
  1346. }
  1347. slave_dev->priv_flags |= IFF_BONDING;
  1348. /* initialize slave stats */
  1349. dev_get_stats(new_slave->dev, &new_slave->slave_stats);
  1350. if (bond_is_lb(bond)) {
  1351. /* bond_alb_init_slave() must be called before all other stages since
  1352. * it might fail and we do not want to have to undo everything
  1353. */
  1354. res = bond_alb_init_slave(bond, new_slave);
  1355. if (res)
  1356. goto err_close;
  1357. }
  1358. res = vlan_vids_add_by_dev(slave_dev, bond_dev);
  1359. if (res) {
  1360. netdev_err(bond_dev, "Couldn't add bond vlan ids to %s\n",
  1361. slave_dev->name);
  1362. goto err_close;
  1363. }
  1364. prev_slave = bond_last_slave(bond);
  1365. new_slave->delay = 0;
  1366. new_slave->link_failure_count = 0;
  1367. if (bond_update_speed_duplex(new_slave) &&
  1368. bond_needs_speed_duplex(bond))
  1369. new_slave->link = BOND_LINK_DOWN;
  1370. new_slave->last_rx = jiffies -
  1371. (msecs_to_jiffies(bond->params.arp_interval) + 1);
  1372. for (i = 0; i < BOND_MAX_ARP_TARGETS; i++)
  1373. new_slave->target_last_arp_rx[i] = new_slave->last_rx;
  1374. if (bond->params.miimon && !bond->params.use_carrier) {
  1375. link_reporting = bond_check_dev_link(bond, slave_dev, 1);
  1376. if ((link_reporting == -1) && !bond->params.arp_interval) {
  1377. /* miimon is set but a bonded network driver
  1378. * does not support ETHTOOL/MII and
  1379. * arp_interval is not set. Note: if
  1380. * use_carrier is enabled, we will never go
  1381. * here (because netif_carrier is always
  1382. * supported); thus, we don't need to change
  1383. * the messages for netif_carrier.
  1384. */
  1385. netdev_warn(bond_dev, "MII and ETHTOOL support not available for interface %s, and arp_interval/arp_ip_target module parameters not specified, thus bonding will not detect link failures! see bonding.txt for details\n",
  1386. slave_dev->name);
  1387. } else if (link_reporting == -1) {
  1388. /* unable get link status using mii/ethtool */
  1389. netdev_warn(bond_dev, "can't get link status from interface %s; the network driver associated with this interface does not support MII or ETHTOOL link status reporting, thus miimon has no effect on this interface\n",
  1390. slave_dev->name);
  1391. }
  1392. }
  1393. /* check for initial state */
  1394. new_slave->link = BOND_LINK_NOCHANGE;
  1395. if (bond->params.miimon) {
  1396. if (bond_check_dev_link(bond, slave_dev, 0) == BMSR_LSTATUS) {
  1397. if (bond->params.updelay) {
  1398. bond_set_slave_link_state(new_slave,
  1399. BOND_LINK_BACK,
  1400. BOND_SLAVE_NOTIFY_NOW);
  1401. new_slave->delay = bond->params.updelay;
  1402. } else {
  1403. bond_set_slave_link_state(new_slave,
  1404. BOND_LINK_UP,
  1405. BOND_SLAVE_NOTIFY_NOW);
  1406. }
  1407. } else {
  1408. bond_set_slave_link_state(new_slave, BOND_LINK_DOWN,
  1409. BOND_SLAVE_NOTIFY_NOW);
  1410. }
  1411. } else if (bond->params.arp_interval) {
  1412. bond_set_slave_link_state(new_slave,
  1413. (netif_carrier_ok(slave_dev) ?
  1414. BOND_LINK_UP : BOND_LINK_DOWN),
  1415. BOND_SLAVE_NOTIFY_NOW);
  1416. } else {
  1417. bond_set_slave_link_state(new_slave, BOND_LINK_UP,
  1418. BOND_SLAVE_NOTIFY_NOW);
  1419. }
  1420. if (new_slave->link != BOND_LINK_DOWN)
  1421. new_slave->last_link_up = jiffies;
  1422. netdev_dbg(bond_dev, "Initial state of slave_dev is BOND_LINK_%s\n",
  1423. new_slave->link == BOND_LINK_DOWN ? "DOWN" :
  1424. (new_slave->link == BOND_LINK_UP ? "UP" : "BACK"));
  1425. if (bond_uses_primary(bond) && bond->params.primary[0]) {
  1426. /* if there is a primary slave, remember it */
  1427. if (strcmp(bond->params.primary, new_slave->dev->name) == 0) {
  1428. rcu_assign_pointer(bond->primary_slave, new_slave);
  1429. bond->force_primary = true;
  1430. }
  1431. }
  1432. switch (BOND_MODE(bond)) {
  1433. case BOND_MODE_ACTIVEBACKUP:
  1434. bond_set_slave_inactive_flags(new_slave,
  1435. BOND_SLAVE_NOTIFY_NOW);
  1436. break;
  1437. case BOND_MODE_8023AD:
  1438. /* in 802.3ad mode, the internal mechanism
  1439. * will activate the slaves in the selected
  1440. * aggregator
  1441. */
  1442. bond_set_slave_inactive_flags(new_slave, BOND_SLAVE_NOTIFY_NOW);
  1443. /* if this is the first slave */
  1444. if (!prev_slave) {
  1445. SLAVE_AD_INFO(new_slave)->id = 1;
  1446. /* Initialize AD with the number of times that the AD timer is called in 1 second
  1447. * can be called only after the mac address of the bond is set
  1448. */
  1449. bond_3ad_initialize(bond, 1000/AD_TIMER_INTERVAL);
  1450. } else {
  1451. SLAVE_AD_INFO(new_slave)->id =
  1452. SLAVE_AD_INFO(prev_slave)->id + 1;
  1453. }
  1454. bond_3ad_bind_slave(new_slave);
  1455. break;
  1456. case BOND_MODE_TLB:
  1457. case BOND_MODE_ALB:
  1458. bond_set_active_slave(new_slave);
  1459. bond_set_slave_inactive_flags(new_slave, BOND_SLAVE_NOTIFY_NOW);
  1460. break;
  1461. default:
  1462. netdev_dbg(bond_dev, "This slave is always active in trunk mode\n");
  1463. /* always active in trunk mode */
  1464. bond_set_active_slave(new_slave);
  1465. /* In trunking mode there is little meaning to curr_active_slave
  1466. * anyway (it holds no special properties of the bond device),
  1467. * so we can change it without calling change_active_interface()
  1468. */
  1469. if (!rcu_access_pointer(bond->curr_active_slave) &&
  1470. new_slave->link == BOND_LINK_UP)
  1471. rcu_assign_pointer(bond->curr_active_slave, new_slave);
  1472. break;
  1473. } /* switch(bond_mode) */
  1474. #ifdef CONFIG_NET_POLL_CONTROLLER
  1475. if (bond->dev->npinfo) {
  1476. if (slave_enable_netpoll(new_slave)) {
  1477. netdev_info(bond_dev, "master_dev is using netpoll, but new slave device does not support netpoll\n");
  1478. res = -EBUSY;
  1479. goto err_detach;
  1480. }
  1481. }
  1482. #endif
  1483. if (!(bond_dev->features & NETIF_F_LRO))
  1484. dev_disable_lro(slave_dev);
  1485. res = netdev_rx_handler_register(slave_dev, bond_handle_frame,
  1486. new_slave);
  1487. if (res) {
  1488. netdev_dbg(bond_dev, "Error %d calling netdev_rx_handler_register\n", res);
  1489. goto err_detach;
  1490. }
  1491. res = bond_master_upper_dev_link(bond, new_slave, extack);
  1492. if (res) {
  1493. netdev_dbg(bond_dev, "Error %d calling bond_master_upper_dev_link\n", res);
  1494. goto err_unregister;
  1495. }
  1496. res = bond_sysfs_slave_add(new_slave);
  1497. if (res) {
  1498. netdev_dbg(bond_dev, "Error %d calling bond_sysfs_slave_add\n", res);
  1499. goto err_upper_unlink;
  1500. }
  1501. bond->nest_level = dev_get_nest_level(bond_dev) + 1;
  1502. /* If the mode uses primary, then the following is handled by
  1503. * bond_change_active_slave().
  1504. */
  1505. if (!bond_uses_primary(bond)) {
  1506. /* set promiscuity level to new slave */
  1507. if (bond_dev->flags & IFF_PROMISC) {
  1508. res = dev_set_promiscuity(slave_dev, 1);
  1509. if (res)
  1510. goto err_sysfs_del;
  1511. }
  1512. /* set allmulti level to new slave */
  1513. if (bond_dev->flags & IFF_ALLMULTI) {
  1514. res = dev_set_allmulti(slave_dev, 1);
  1515. if (res) {
  1516. if (bond_dev->flags & IFF_PROMISC)
  1517. dev_set_promiscuity(slave_dev, -1);
  1518. goto err_sysfs_del;
  1519. }
  1520. }
  1521. netif_addr_lock_bh(bond_dev);
  1522. dev_mc_sync_multiple(slave_dev, bond_dev);
  1523. dev_uc_sync_multiple(slave_dev, bond_dev);
  1524. netif_addr_unlock_bh(bond_dev);
  1525. if (BOND_MODE(bond) == BOND_MODE_8023AD) {
  1526. /* add lacpdu mc addr to mc list */
  1527. u8 lacpdu_multicast[ETH_ALEN] = MULTICAST_LACPDU_ADDR;
  1528. dev_mc_add(slave_dev, lacpdu_multicast);
  1529. }
  1530. }
  1531. bond->slave_cnt++;
  1532. bond_compute_features(bond);
  1533. bond_set_carrier(bond);
  1534. if (bond_uses_primary(bond)) {
  1535. block_netpoll_tx();
  1536. bond_select_active_slave(bond);
  1537. unblock_netpoll_tx();
  1538. }
  1539. if (bond_mode_can_use_xmit_hash(bond))
  1540. bond_update_slave_arr(bond, NULL);
  1541. netdev_info(bond_dev, "Enslaving %s as %s interface with %s link\n",
  1542. slave_dev->name,
  1543. bond_is_active_slave(new_slave) ? "an active" : "a backup",
  1544. new_slave->link != BOND_LINK_DOWN ? "an up" : "a down");
  1545. /* enslave is successful */
  1546. bond_queue_slave_event(new_slave);
  1547. return 0;
  1548. /* Undo stages on error */
  1549. err_sysfs_del:
  1550. bond_sysfs_slave_del(new_slave);
  1551. err_upper_unlink:
  1552. bond_upper_dev_unlink(bond, new_slave);
  1553. err_unregister:
  1554. netdev_rx_handler_unregister(slave_dev);
  1555. err_detach:
  1556. vlan_vids_del_by_dev(slave_dev, bond_dev);
  1557. if (rcu_access_pointer(bond->primary_slave) == new_slave)
  1558. RCU_INIT_POINTER(bond->primary_slave, NULL);
  1559. if (rcu_access_pointer(bond->curr_active_slave) == new_slave) {
  1560. block_netpoll_tx();
  1561. bond_change_active_slave(bond, NULL);
  1562. bond_select_active_slave(bond);
  1563. unblock_netpoll_tx();
  1564. }
  1565. /* either primary_slave or curr_active_slave might've changed */
  1566. synchronize_rcu();
  1567. slave_disable_netpoll(new_slave);
  1568. err_close:
  1569. if (!netif_is_bond_master(slave_dev))
  1570. slave_dev->priv_flags &= ~IFF_BONDING;
  1571. dev_close(slave_dev);
  1572. err_restore_mac:
  1573. slave_dev->flags &= ~IFF_SLAVE;
  1574. if (!bond->params.fail_over_mac ||
  1575. BOND_MODE(bond) != BOND_MODE_ACTIVEBACKUP) {
  1576. /* XXX TODO - fom follow mode needs to change master's
  1577. * MAC if this slave's MAC is in use by the bond, or at
  1578. * least print a warning.
  1579. */
  1580. bond_hw_addr_copy(ss.__data, new_slave->perm_hwaddr,
  1581. new_slave->dev->addr_len);
  1582. ss.ss_family = slave_dev->type;
  1583. dev_set_mac_address(slave_dev, (struct sockaddr *)&ss);
  1584. }
  1585. err_restore_mtu:
  1586. dev_set_mtu(slave_dev, new_slave->original_mtu);
  1587. err_free:
  1588. kobject_put(&new_slave->kobj);
  1589. err_undo_flags:
  1590. /* Enslave of first slave has failed and we need to fix master's mac */
  1591. if (!bond_has_slaves(bond)) {
  1592. if (ether_addr_equal_64bits(bond_dev->dev_addr,
  1593. slave_dev->dev_addr))
  1594. eth_hw_addr_random(bond_dev);
  1595. if (bond_dev->type != ARPHRD_ETHER) {
  1596. dev_close(bond_dev);
  1597. ether_setup(bond_dev);
  1598. bond_dev->flags |= IFF_MASTER;
  1599. bond_dev->priv_flags &= ~IFF_TX_SKB_SHARING;
  1600. }
  1601. }
  1602. return res;
  1603. }
  1604. /* Try to release the slave device <slave> from the bond device <master>
  1605. * It is legal to access curr_active_slave without a lock because all the function
  1606. * is RTNL-locked. If "all" is true it means that the function is being called
  1607. * while destroying a bond interface and all slaves are being released.
  1608. *
  1609. * The rules for slave state should be:
  1610. * for Active/Backup:
  1611. * Active stays on all backups go down
  1612. * for Bonded connections:
  1613. * The first up interface should be left on and all others downed.
  1614. */
  1615. static int __bond_release_one(struct net_device *bond_dev,
  1616. struct net_device *slave_dev,
  1617. bool all, bool unregister)
  1618. {
  1619. struct bonding *bond = netdev_priv(bond_dev);
  1620. struct slave *slave, *oldcurrent;
  1621. struct sockaddr_storage ss;
  1622. int old_flags = bond_dev->flags;
  1623. netdev_features_t old_features = bond_dev->features;
  1624. /* slave is not a slave or master is not master of this slave */
  1625. if (!(slave_dev->flags & IFF_SLAVE) ||
  1626. !netdev_has_upper_dev(slave_dev, bond_dev)) {
  1627. netdev_dbg(bond_dev, "cannot release %s\n",
  1628. slave_dev->name);
  1629. return -EINVAL;
  1630. }
  1631. block_netpoll_tx();
  1632. slave = bond_get_slave_by_dev(bond, slave_dev);
  1633. if (!slave) {
  1634. /* not a slave of this bond */
  1635. netdev_info(bond_dev, "%s not enslaved\n",
  1636. slave_dev->name);
  1637. unblock_netpoll_tx();
  1638. return -EINVAL;
  1639. }
  1640. bond_set_slave_inactive_flags(slave, BOND_SLAVE_NOTIFY_NOW);
  1641. bond_sysfs_slave_del(slave);
  1642. /* recompute stats just before removing the slave */
  1643. bond_get_stats(bond->dev, &bond->bond_stats);
  1644. bond_upper_dev_unlink(bond, slave);
  1645. /* unregister rx_handler early so bond_handle_frame wouldn't be called
  1646. * for this slave anymore.
  1647. */
  1648. netdev_rx_handler_unregister(slave_dev);
  1649. if (BOND_MODE(bond) == BOND_MODE_8023AD)
  1650. bond_3ad_unbind_slave(slave);
  1651. if (bond_mode_can_use_xmit_hash(bond))
  1652. bond_update_slave_arr(bond, slave);
  1653. netdev_info(bond_dev, "Releasing %s interface %s\n",
  1654. bond_is_active_slave(slave) ? "active" : "backup",
  1655. slave_dev->name);
  1656. oldcurrent = rcu_access_pointer(bond->curr_active_slave);
  1657. RCU_INIT_POINTER(bond->current_arp_slave, NULL);
  1658. if (!all && (!bond->params.fail_over_mac ||
  1659. BOND_MODE(bond) != BOND_MODE_ACTIVEBACKUP)) {
  1660. if (ether_addr_equal_64bits(bond_dev->dev_addr, slave->perm_hwaddr) &&
  1661. bond_has_slaves(bond))
  1662. netdev_warn(bond_dev, "the permanent HWaddr of %s - %pM - is still in use by %s - set the HWaddr of %s to a different address to avoid conflicts\n",
  1663. slave_dev->name, slave->perm_hwaddr,
  1664. bond_dev->name, slave_dev->name);
  1665. }
  1666. if (rtnl_dereference(bond->primary_slave) == slave)
  1667. RCU_INIT_POINTER(bond->primary_slave, NULL);
  1668. if (oldcurrent == slave)
  1669. bond_change_active_slave(bond, NULL);
  1670. if (bond_is_lb(bond)) {
  1671. /* Must be called only after the slave has been
  1672. * detached from the list and the curr_active_slave
  1673. * has been cleared (if our_slave == old_current),
  1674. * but before a new active slave is selected.
  1675. */
  1676. bond_alb_deinit_slave(bond, slave);
  1677. }
  1678. if (all) {
  1679. RCU_INIT_POINTER(bond->curr_active_slave, NULL);
  1680. } else if (oldcurrent == slave) {
  1681. /* Note that we hold RTNL over this sequence, so there
  1682. * is no concern that another slave add/remove event
  1683. * will interfere.
  1684. */
  1685. bond_select_active_slave(bond);
  1686. }
  1687. if (!bond_has_slaves(bond)) {
  1688. bond_set_carrier(bond);
  1689. eth_hw_addr_random(bond_dev);
  1690. bond->nest_level = SINGLE_DEPTH_NESTING;
  1691. } else {
  1692. bond->nest_level = dev_get_nest_level(bond_dev) + 1;
  1693. }
  1694. unblock_netpoll_tx();
  1695. synchronize_rcu();
  1696. bond->slave_cnt--;
  1697. if (!bond_has_slaves(bond)) {
  1698. call_netdevice_notifiers(NETDEV_CHANGEADDR, bond->dev);
  1699. call_netdevice_notifiers(NETDEV_RELEASE, bond->dev);
  1700. }
  1701. bond_compute_features(bond);
  1702. if (!(bond_dev->features & NETIF_F_VLAN_CHALLENGED) &&
  1703. (old_features & NETIF_F_VLAN_CHALLENGED))
  1704. netdev_info(bond_dev, "last VLAN challenged slave %s left bond %s - VLAN blocking is removed\n",
  1705. slave_dev->name, bond_dev->name);
  1706. vlan_vids_del_by_dev(slave_dev, bond_dev);
  1707. /* If the mode uses primary, then this case was handled above by
  1708. * bond_change_active_slave(..., NULL)
  1709. */
  1710. if (!bond_uses_primary(bond)) {
  1711. /* unset promiscuity level from slave
  1712. * NOTE: The NETDEV_CHANGEADDR call above may change the value
  1713. * of the IFF_PROMISC flag in the bond_dev, but we need the
  1714. * value of that flag before that change, as that was the value
  1715. * when this slave was attached, so we cache at the start of the
  1716. * function and use it here. Same goes for ALLMULTI below
  1717. */
  1718. if (old_flags & IFF_PROMISC)
  1719. dev_set_promiscuity(slave_dev, -1);
  1720. /* unset allmulti level from slave */
  1721. if (old_flags & IFF_ALLMULTI)
  1722. dev_set_allmulti(slave_dev, -1);
  1723. bond_hw_addr_flush(bond_dev, slave_dev);
  1724. }
  1725. slave_disable_netpoll(slave);
  1726. /* close slave before restoring its mac address */
  1727. dev_close(slave_dev);
  1728. if (bond->params.fail_over_mac != BOND_FOM_ACTIVE ||
  1729. BOND_MODE(bond) != BOND_MODE_ACTIVEBACKUP) {
  1730. /* restore original ("permanent") mac address */
  1731. bond_hw_addr_copy(ss.__data, slave->perm_hwaddr,
  1732. slave->dev->addr_len);
  1733. ss.ss_family = slave_dev->type;
  1734. dev_set_mac_address(slave_dev, (struct sockaddr *)&ss);
  1735. }
  1736. if (unregister)
  1737. __dev_set_mtu(slave_dev, slave->original_mtu);
  1738. else
  1739. dev_set_mtu(slave_dev, slave->original_mtu);
  1740. if (!netif_is_bond_master(slave_dev))
  1741. slave_dev->priv_flags &= ~IFF_BONDING;
  1742. kobject_put(&slave->kobj);
  1743. return 0;
  1744. }
  1745. /* A wrapper used because of ndo_del_link */
  1746. int bond_release(struct net_device *bond_dev, struct net_device *slave_dev)
  1747. {
  1748. return __bond_release_one(bond_dev, slave_dev, false, false);
  1749. }
  1750. /* First release a slave and then destroy the bond if no more slaves are left.
  1751. * Must be under rtnl_lock when this function is called.
  1752. */
  1753. static int bond_release_and_destroy(struct net_device *bond_dev,
  1754. struct net_device *slave_dev)
  1755. {
  1756. struct bonding *bond = netdev_priv(bond_dev);
  1757. int ret;
  1758. ret = __bond_release_one(bond_dev, slave_dev, false, true);
  1759. if (ret == 0 && !bond_has_slaves(bond) &&
  1760. bond_dev->reg_state != NETREG_UNREGISTERING) {
  1761. bond_dev->priv_flags |= IFF_DISABLE_NETPOLL;
  1762. netdev_info(bond_dev, "Destroying bond %s\n",
  1763. bond_dev->name);
  1764. bond_remove_proc_entry(bond);
  1765. unregister_netdevice(bond_dev);
  1766. }
  1767. return ret;
  1768. }
  1769. static void bond_info_query(struct net_device *bond_dev, struct ifbond *info)
  1770. {
  1771. struct bonding *bond = netdev_priv(bond_dev);
  1772. bond_fill_ifbond(bond, info);
  1773. }
  1774. static int bond_slave_info_query(struct net_device *bond_dev, struct ifslave *info)
  1775. {
  1776. struct bonding *bond = netdev_priv(bond_dev);
  1777. struct list_head *iter;
  1778. int i = 0, res = -ENODEV;
  1779. struct slave *slave;
  1780. bond_for_each_slave(bond, slave, iter) {
  1781. if (i++ == (int)info->slave_id) {
  1782. res = 0;
  1783. bond_fill_ifslave(slave, info);
  1784. break;
  1785. }
  1786. }
  1787. return res;
  1788. }
  1789. /*-------------------------------- Monitoring -------------------------------*/
  1790. /* called with rcu_read_lock() */
  1791. static int bond_miimon_inspect(struct bonding *bond)
  1792. {
  1793. int link_state, commit = 0;
  1794. struct list_head *iter;
  1795. struct slave *slave;
  1796. bool ignore_updelay;
  1797. ignore_updelay = !rcu_dereference(bond->curr_active_slave);
  1798. bond_for_each_slave_rcu(bond, slave, iter) {
  1799. bond_propose_link_state(slave, BOND_LINK_NOCHANGE);
  1800. link_state = bond_check_dev_link(bond, slave->dev, 0);
  1801. switch (slave->link) {
  1802. case BOND_LINK_UP:
  1803. if (link_state)
  1804. continue;
  1805. bond_propose_link_state(slave, BOND_LINK_FAIL);
  1806. commit++;
  1807. slave->delay = bond->params.downdelay;
  1808. if (slave->delay) {
  1809. netdev_info(bond->dev, "link status down for %sinterface %s, disabling it in %d ms\n",
  1810. (BOND_MODE(bond) ==
  1811. BOND_MODE_ACTIVEBACKUP) ?
  1812. (bond_is_active_slave(slave) ?
  1813. "active " : "backup ") : "",
  1814. slave->dev->name,
  1815. bond->params.downdelay * bond->params.miimon);
  1816. }
  1817. /*FALLTHRU*/
  1818. case BOND_LINK_FAIL:
  1819. if (link_state) {
  1820. /* recovered before downdelay expired */
  1821. bond_propose_link_state(slave, BOND_LINK_UP);
  1822. slave->last_link_up = jiffies;
  1823. netdev_info(bond->dev, "link status up again after %d ms for interface %s\n",
  1824. (bond->params.downdelay - slave->delay) *
  1825. bond->params.miimon,
  1826. slave->dev->name);
  1827. commit++;
  1828. continue;
  1829. }
  1830. if (slave->delay <= 0) {
  1831. bond_propose_link_state(slave, BOND_LINK_DOWN);
  1832. commit++;
  1833. continue;
  1834. }
  1835. slave->delay--;
  1836. break;
  1837. case BOND_LINK_DOWN:
  1838. if (!link_state)
  1839. continue;
  1840. bond_propose_link_state(slave, BOND_LINK_BACK);
  1841. commit++;
  1842. slave->delay = bond->params.updelay;
  1843. if (slave->delay) {
  1844. netdev_info(bond->dev, "link status up for interface %s, enabling it in %d ms\n",
  1845. slave->dev->name,
  1846. ignore_updelay ? 0 :
  1847. bond->params.updelay *
  1848. bond->params.miimon);
  1849. }
  1850. /*FALLTHRU*/
  1851. case BOND_LINK_BACK:
  1852. if (!link_state) {
  1853. bond_propose_link_state(slave, BOND_LINK_DOWN);
  1854. netdev_info(bond->dev, "link status down again after %d ms for interface %s\n",
  1855. (bond->params.updelay - slave->delay) *
  1856. bond->params.miimon,
  1857. slave->dev->name);
  1858. commit++;
  1859. continue;
  1860. }
  1861. if (ignore_updelay)
  1862. slave->delay = 0;
  1863. if (slave->delay <= 0) {
  1864. bond_propose_link_state(slave, BOND_LINK_UP);
  1865. commit++;
  1866. ignore_updelay = false;
  1867. continue;
  1868. }
  1869. slave->delay--;
  1870. break;
  1871. }
  1872. }
  1873. return commit;
  1874. }
  1875. static void bond_miimon_link_change(struct bonding *bond,
  1876. struct slave *slave,
  1877. char link)
  1878. {
  1879. switch (BOND_MODE(bond)) {
  1880. case BOND_MODE_8023AD:
  1881. bond_3ad_handle_link_change(slave, link);
  1882. break;
  1883. case BOND_MODE_TLB:
  1884. case BOND_MODE_ALB:
  1885. bond_alb_handle_link_change(bond, slave, link);
  1886. break;
  1887. case BOND_MODE_XOR:
  1888. bond_update_slave_arr(bond, NULL);
  1889. break;
  1890. }
  1891. }
  1892. static void bond_miimon_commit(struct bonding *bond)
  1893. {
  1894. struct list_head *iter;
  1895. struct slave *slave, *primary;
  1896. bond_for_each_slave(bond, slave, iter) {
  1897. switch (slave->link_new_state) {
  1898. case BOND_LINK_NOCHANGE:
  1899. /* For 802.3ad mode, check current slave speed and
  1900. * duplex again in case its port was disabled after
  1901. * invalid speed/duplex reporting but recovered before
  1902. * link monitoring could make a decision on the actual
  1903. * link status
  1904. */
  1905. if (BOND_MODE(bond) == BOND_MODE_8023AD &&
  1906. slave->link == BOND_LINK_UP)
  1907. bond_3ad_adapter_speed_duplex_changed(slave);
  1908. continue;
  1909. case BOND_LINK_UP:
  1910. if (bond_update_speed_duplex(slave) &&
  1911. bond_needs_speed_duplex(bond)) {
  1912. slave->link = BOND_LINK_DOWN;
  1913. if (net_ratelimit())
  1914. netdev_warn(bond->dev,
  1915. "failed to get link speed/duplex for %s\n",
  1916. slave->dev->name);
  1917. continue;
  1918. }
  1919. bond_set_slave_link_state(slave, BOND_LINK_UP,
  1920. BOND_SLAVE_NOTIFY_NOW);
  1921. slave->last_link_up = jiffies;
  1922. primary = rtnl_dereference(bond->primary_slave);
  1923. if (BOND_MODE(bond) == BOND_MODE_8023AD) {
  1924. /* prevent it from being the active one */
  1925. bond_set_backup_slave(slave);
  1926. } else if (BOND_MODE(bond) != BOND_MODE_ACTIVEBACKUP) {
  1927. /* make it immediately active */
  1928. bond_set_active_slave(slave);
  1929. }
  1930. netdev_info(bond->dev, "link status definitely up for interface %s, %u Mbps %s duplex\n",
  1931. slave->dev->name,
  1932. slave->speed == SPEED_UNKNOWN ? 0 : slave->speed,
  1933. slave->duplex ? "full" : "half");
  1934. bond_miimon_link_change(bond, slave, BOND_LINK_UP);
  1935. if (!bond->curr_active_slave || slave == primary)
  1936. goto do_failover;
  1937. continue;
  1938. case BOND_LINK_DOWN:
  1939. if (slave->link_failure_count < UINT_MAX)
  1940. slave->link_failure_count++;
  1941. bond_set_slave_link_state(slave, BOND_LINK_DOWN,
  1942. BOND_SLAVE_NOTIFY_NOW);
  1943. if (BOND_MODE(bond) == BOND_MODE_ACTIVEBACKUP ||
  1944. BOND_MODE(bond) == BOND_MODE_8023AD)
  1945. bond_set_slave_inactive_flags(slave,
  1946. BOND_SLAVE_NOTIFY_NOW);
  1947. netdev_info(bond->dev, "link status definitely down for interface %s, disabling it\n",
  1948. slave->dev->name);
  1949. bond_miimon_link_change(bond, slave, BOND_LINK_DOWN);
  1950. if (slave == rcu_access_pointer(bond->curr_active_slave))
  1951. goto do_failover;
  1952. continue;
  1953. default:
  1954. netdev_err(bond->dev, "invalid new link %d on slave %s\n",
  1955. slave->link_new_state, slave->dev->name);
  1956. bond_propose_link_state(slave, BOND_LINK_NOCHANGE);
  1957. continue;
  1958. }
  1959. do_failover:
  1960. block_netpoll_tx();
  1961. bond_select_active_slave(bond);
  1962. unblock_netpoll_tx();
  1963. }
  1964. bond_set_carrier(bond);
  1965. }
  1966. /* bond_mii_monitor
  1967. *
  1968. * Really a wrapper that splits the mii monitor into two phases: an
  1969. * inspection, then (if inspection indicates something needs to be done)
  1970. * an acquisition of appropriate locks followed by a commit phase to
  1971. * implement whatever link state changes are indicated.
  1972. */
  1973. static void bond_mii_monitor(struct work_struct *work)
  1974. {
  1975. struct bonding *bond = container_of(work, struct bonding,
  1976. mii_work.work);
  1977. bool should_notify_peers = false;
  1978. unsigned long delay;
  1979. struct slave *slave;
  1980. struct list_head *iter;
  1981. delay = msecs_to_jiffies(bond->params.miimon);
  1982. if (!bond_has_slaves(bond))
  1983. goto re_arm;
  1984. rcu_read_lock();
  1985. should_notify_peers = bond_should_notify_peers(bond);
  1986. if (bond_miimon_inspect(bond)) {
  1987. rcu_read_unlock();
  1988. /* Race avoidance with bond_close cancel of workqueue */
  1989. if (!rtnl_trylock()) {
  1990. delay = 1;
  1991. should_notify_peers = false;
  1992. goto re_arm;
  1993. }
  1994. bond_for_each_slave(bond, slave, iter) {
  1995. bond_commit_link_state(slave, BOND_SLAVE_NOTIFY_LATER);
  1996. }
  1997. bond_miimon_commit(bond);
  1998. rtnl_unlock(); /* might sleep, hold no other locks */
  1999. } else
  2000. rcu_read_unlock();
  2001. re_arm:
  2002. if (bond->params.miimon)
  2003. queue_delayed_work(bond->wq, &bond->mii_work, delay);
  2004. if (should_notify_peers) {
  2005. if (!rtnl_trylock())
  2006. return;
  2007. call_netdevice_notifiers(NETDEV_NOTIFY_PEERS, bond->dev);
  2008. rtnl_unlock();
  2009. }
  2010. }
  2011. static int bond_upper_dev_walk(struct net_device *upper, void *data)
  2012. {
  2013. __be32 ip = *((__be32 *)data);
  2014. return ip == bond_confirm_addr(upper, 0, ip);
  2015. }
  2016. static bool bond_has_this_ip(struct bonding *bond, __be32 ip)
  2017. {
  2018. bool ret = false;
  2019. if (ip == bond_confirm_addr(bond->dev, 0, ip))
  2020. return true;
  2021. rcu_read_lock();
  2022. if (netdev_walk_all_upper_dev_rcu(bond->dev, bond_upper_dev_walk, &ip))
  2023. ret = true;
  2024. rcu_read_unlock();
  2025. return ret;
  2026. }
  2027. /* We go to the (large) trouble of VLAN tagging ARP frames because
  2028. * switches in VLAN mode (especially if ports are configured as
  2029. * "native" to a VLAN) might not pass non-tagged frames.
  2030. */
  2031. static void bond_arp_send(struct net_device *slave_dev, int arp_op,
  2032. __be32 dest_ip, __be32 src_ip,
  2033. struct bond_vlan_tag *tags)
  2034. {
  2035. struct sk_buff *skb;
  2036. struct bond_vlan_tag *outer_tag = tags;
  2037. netdev_dbg(slave_dev, "arp %d on slave %s: dst %pI4 src %pI4\n",
  2038. arp_op, slave_dev->name, &dest_ip, &src_ip);
  2039. skb = arp_create(arp_op, ETH_P_ARP, dest_ip, slave_dev, src_ip,
  2040. NULL, slave_dev->dev_addr, NULL);
  2041. if (!skb) {
  2042. net_err_ratelimited("ARP packet allocation failed\n");
  2043. return;
  2044. }
  2045. if (!tags || tags->vlan_proto == VLAN_N_VID)
  2046. goto xmit;
  2047. tags++;
  2048. /* Go through all the tags backwards and add them to the packet */
  2049. while (tags->vlan_proto != VLAN_N_VID) {
  2050. if (!tags->vlan_id) {
  2051. tags++;
  2052. continue;
  2053. }
  2054. netdev_dbg(slave_dev, "inner tag: proto %X vid %X\n",
  2055. ntohs(outer_tag->vlan_proto), tags->vlan_id);
  2056. skb = vlan_insert_tag_set_proto(skb, tags->vlan_proto,
  2057. tags->vlan_id);
  2058. if (!skb) {
  2059. net_err_ratelimited("failed to insert inner VLAN tag\n");
  2060. return;
  2061. }
  2062. tags++;
  2063. }
  2064. /* Set the outer tag */
  2065. if (outer_tag->vlan_id) {
  2066. netdev_dbg(slave_dev, "outer tag: proto %X vid %X\n",
  2067. ntohs(outer_tag->vlan_proto), outer_tag->vlan_id);
  2068. __vlan_hwaccel_put_tag(skb, outer_tag->vlan_proto,
  2069. outer_tag->vlan_id);
  2070. }
  2071. xmit:
  2072. arp_xmit(skb);
  2073. }
  2074. /* Validate the device path between the @start_dev and the @end_dev.
  2075. * The path is valid if the @end_dev is reachable through device
  2076. * stacking.
  2077. * When the path is validated, collect any vlan information in the
  2078. * path.
  2079. */
  2080. struct bond_vlan_tag *bond_verify_device_path(struct net_device *start_dev,
  2081. struct net_device *end_dev,
  2082. int level)
  2083. {
  2084. struct bond_vlan_tag *tags;
  2085. struct net_device *upper;
  2086. struct list_head *iter;
  2087. if (start_dev == end_dev) {
  2088. tags = kcalloc(level + 1, sizeof(*tags), GFP_ATOMIC);
  2089. if (!tags)
  2090. return ERR_PTR(-ENOMEM);
  2091. tags[level].vlan_proto = VLAN_N_VID;
  2092. return tags;
  2093. }
  2094. netdev_for_each_upper_dev_rcu(start_dev, upper, iter) {
  2095. tags = bond_verify_device_path(upper, end_dev, level + 1);
  2096. if (IS_ERR_OR_NULL(tags)) {
  2097. if (IS_ERR(tags))
  2098. return tags;
  2099. continue;
  2100. }
  2101. if (is_vlan_dev(upper)) {
  2102. tags[level].vlan_proto = vlan_dev_vlan_proto(upper);
  2103. tags[level].vlan_id = vlan_dev_vlan_id(upper);
  2104. }
  2105. return tags;
  2106. }
  2107. return NULL;
  2108. }
  2109. static void bond_arp_send_all(struct bonding *bond, struct slave *slave)
  2110. {
  2111. struct rtable *rt;
  2112. struct bond_vlan_tag *tags;
  2113. __be32 *targets = bond->params.arp_targets, addr;
  2114. int i;
  2115. for (i = 0; i < BOND_MAX_ARP_TARGETS && targets[i]; i++) {
  2116. netdev_dbg(bond->dev, "basa: target %pI4\n", &targets[i]);
  2117. tags = NULL;
  2118. /* Find out through which dev should the packet go */
  2119. rt = ip_route_output(dev_net(bond->dev), targets[i], 0,
  2120. RTO_ONLINK, 0);
  2121. if (IS_ERR(rt)) {
  2122. /* there's no route to target - try to send arp
  2123. * probe to generate any traffic (arp_validate=0)
  2124. */
  2125. if (bond->params.arp_validate)
  2126. net_warn_ratelimited("%s: no route to arp_ip_target %pI4 and arp_validate is set\n",
  2127. bond->dev->name,
  2128. &targets[i]);
  2129. bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i],
  2130. 0, tags);
  2131. continue;
  2132. }
  2133. /* bond device itself */
  2134. if (rt->dst.dev == bond->dev)
  2135. goto found;
  2136. rcu_read_lock();
  2137. tags = bond_verify_device_path(bond->dev, rt->dst.dev, 0);
  2138. rcu_read_unlock();
  2139. if (!IS_ERR_OR_NULL(tags))
  2140. goto found;
  2141. /* Not our device - skip */
  2142. netdev_dbg(bond->dev, "no path to arp_ip_target %pI4 via rt.dev %s\n",
  2143. &targets[i], rt->dst.dev ? rt->dst.dev->name : "NULL");
  2144. ip_rt_put(rt);
  2145. continue;
  2146. found:
  2147. addr = bond_confirm_addr(rt->dst.dev, targets[i], 0);
  2148. ip_rt_put(rt);
  2149. bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i],
  2150. addr, tags);
  2151. kfree(tags);
  2152. }
  2153. }
  2154. static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip)
  2155. {
  2156. int i;
  2157. if (!sip || !bond_has_this_ip(bond, tip)) {
  2158. netdev_dbg(bond->dev, "bva: sip %pI4 tip %pI4 not found\n",
  2159. &sip, &tip);
  2160. return;
  2161. }
  2162. i = bond_get_targets_ip(bond->params.arp_targets, sip);
  2163. if (i == -1) {
  2164. netdev_dbg(bond->dev, "bva: sip %pI4 not found in targets\n",
  2165. &sip);
  2166. return;
  2167. }
  2168. slave->last_rx = jiffies;
  2169. slave->target_last_arp_rx[i] = jiffies;
  2170. }
  2171. int bond_arp_rcv(const struct sk_buff *skb, struct bonding *bond,
  2172. struct slave *slave)
  2173. {
  2174. struct arphdr *arp = (struct arphdr *)skb->data;
  2175. struct slave *curr_active_slave, *curr_arp_slave;
  2176. unsigned char *arp_ptr;
  2177. __be32 sip, tip;
  2178. int is_arp = skb->protocol == __cpu_to_be16(ETH_P_ARP);
  2179. unsigned int alen;
  2180. if (!slave_do_arp_validate(bond, slave)) {
  2181. if ((slave_do_arp_validate_only(bond) && is_arp) ||
  2182. !slave_do_arp_validate_only(bond))
  2183. slave->last_rx = jiffies;
  2184. return RX_HANDLER_ANOTHER;
  2185. } else if (!is_arp) {
  2186. return RX_HANDLER_ANOTHER;
  2187. }
  2188. alen = arp_hdr_len(bond->dev);
  2189. netdev_dbg(bond->dev, "bond_arp_rcv: skb->dev %s\n",
  2190. skb->dev->name);
  2191. if (alen > skb_headlen(skb)) {
  2192. arp = kmalloc(alen, GFP_ATOMIC);
  2193. if (!arp)
  2194. goto out_unlock;
  2195. if (skb_copy_bits(skb, 0, arp, alen) < 0)
  2196. goto out_unlock;
  2197. }
  2198. if (arp->ar_hln != bond->dev->addr_len ||
  2199. skb->pkt_type == PACKET_OTHERHOST ||
  2200. skb->pkt_type == PACKET_LOOPBACK ||
  2201. arp->ar_hrd != htons(ARPHRD_ETHER) ||
  2202. arp->ar_pro != htons(ETH_P_IP) ||
  2203. arp->ar_pln != 4)
  2204. goto out_unlock;
  2205. arp_ptr = (unsigned char *)(arp + 1);
  2206. arp_ptr += bond->dev->addr_len;
  2207. memcpy(&sip, arp_ptr, 4);
  2208. arp_ptr += 4 + bond->dev->addr_len;
  2209. memcpy(&tip, arp_ptr, 4);
  2210. netdev_dbg(bond->dev, "bond_arp_rcv: %s/%d av %d sv %d sip %pI4 tip %pI4\n",
  2211. slave->dev->name, bond_slave_state(slave),
  2212. bond->params.arp_validate, slave_do_arp_validate(bond, slave),
  2213. &sip, &tip);
  2214. curr_active_slave = rcu_dereference(bond->curr_active_slave);
  2215. curr_arp_slave = rcu_dereference(bond->current_arp_slave);
  2216. /* We 'trust' the received ARP enough to validate it if:
  2217. *
  2218. * (a) the slave receiving the ARP is active (which includes the
  2219. * current ARP slave, if any), or
  2220. *
  2221. * (b) the receiving slave isn't active, but there is a currently
  2222. * active slave and it received valid arp reply(s) after it became
  2223. * the currently active slave, or
  2224. *
  2225. * (c) there is an ARP slave that sent an ARP during the prior ARP
  2226. * interval, and we receive an ARP reply on any slave. We accept
  2227. * these because switch FDB update delays may deliver the ARP
  2228. * reply to a slave other than the sender of the ARP request.
  2229. *
  2230. * Note: for (b), backup slaves are receiving the broadcast ARP
  2231. * request, not a reply. This request passes from the sending
  2232. * slave through the L2 switch(es) to the receiving slave. Since
  2233. * this is checking the request, sip/tip are swapped for
  2234. * validation.
  2235. *
  2236. * This is done to avoid endless looping when we can't reach the
  2237. * arp_ip_target and fool ourselves with our own arp requests.
  2238. */
  2239. if (bond_is_active_slave(slave))
  2240. bond_validate_arp(bond, slave, sip, tip);
  2241. else if (curr_active_slave &&
  2242. time_after(slave_last_rx(bond, curr_active_slave),
  2243. curr_active_slave->last_link_up))
  2244. bond_validate_arp(bond, slave, tip, sip);
  2245. else if (curr_arp_slave && (arp->ar_op == htons(ARPOP_REPLY)) &&
  2246. bond_time_in_interval(bond,
  2247. dev_trans_start(curr_arp_slave->dev), 1))
  2248. bond_validate_arp(bond, slave, sip, tip);
  2249. out_unlock:
  2250. if (arp != (struct arphdr *)skb->data)
  2251. kfree(arp);
  2252. return RX_HANDLER_ANOTHER;
  2253. }
  2254. /* function to verify if we're in the arp_interval timeslice, returns true if
  2255. * (last_act - arp_interval) <= jiffies <= (last_act + mod * arp_interval +
  2256. * arp_interval/2) . the arp_interval/2 is needed for really fast networks.
  2257. */
  2258. static bool bond_time_in_interval(struct bonding *bond, unsigned long last_act,
  2259. int mod)
  2260. {
  2261. int delta_in_ticks = msecs_to_jiffies(bond->params.arp_interval);
  2262. return time_in_range(jiffies,
  2263. last_act - delta_in_ticks,
  2264. last_act + mod * delta_in_ticks + delta_in_ticks/2);
  2265. }
  2266. /* This function is called regularly to monitor each slave's link
  2267. * ensuring that traffic is being sent and received when arp monitoring
  2268. * is used in load-balancing mode. if the adapter has been dormant, then an
  2269. * arp is transmitted to generate traffic. see activebackup_arp_monitor for
  2270. * arp monitoring in active backup mode.
  2271. */
  2272. static void bond_loadbalance_arp_mon(struct bonding *bond)
  2273. {
  2274. struct slave *slave, *oldcurrent;
  2275. struct list_head *iter;
  2276. int do_failover = 0, slave_state_changed = 0;
  2277. if (!bond_has_slaves(bond))
  2278. goto re_arm;
  2279. rcu_read_lock();
  2280. oldcurrent = rcu_dereference(bond->curr_active_slave);
  2281. /* see if any of the previous devices are up now (i.e. they have
  2282. * xmt and rcv traffic). the curr_active_slave does not come into
  2283. * the picture unless it is null. also, slave->last_link_up is not
  2284. * needed here because we send an arp on each slave and give a slave
  2285. * as long as it needs to get the tx/rx within the delta.
  2286. * TODO: what about up/down delay in arp mode? it wasn't here before
  2287. * so it can wait
  2288. */
  2289. bond_for_each_slave_rcu(bond, slave, iter) {
  2290. unsigned long trans_start = dev_trans_start(slave->dev);
  2291. bond_propose_link_state(slave, BOND_LINK_NOCHANGE);
  2292. if (slave->link != BOND_LINK_UP) {
  2293. if (bond_time_in_interval(bond, trans_start, 1) &&
  2294. bond_time_in_interval(bond, slave->last_rx, 1)) {
  2295. bond_propose_link_state(slave, BOND_LINK_UP);
  2296. slave_state_changed = 1;
  2297. /* primary_slave has no meaning in round-robin
  2298. * mode. the window of a slave being up and
  2299. * curr_active_slave being null after enslaving
  2300. * is closed.
  2301. */
  2302. if (!oldcurrent) {
  2303. netdev_info(bond->dev, "link status definitely up for interface %s\n",
  2304. slave->dev->name);
  2305. do_failover = 1;
  2306. } else {
  2307. netdev_info(bond->dev, "interface %s is now up\n",
  2308. slave->dev->name);
  2309. }
  2310. }
  2311. } else {
  2312. /* slave->link == BOND_LINK_UP */
  2313. /* not all switches will respond to an arp request
  2314. * when the source ip is 0, so don't take the link down
  2315. * if we don't know our ip yet
  2316. */
  2317. if (!bond_time_in_interval(bond, trans_start, 2) ||
  2318. !bond_time_in_interval(bond, slave->last_rx, 2)) {
  2319. bond_propose_link_state(slave, BOND_LINK_DOWN);
  2320. slave_state_changed = 1;
  2321. if (slave->link_failure_count < UINT_MAX)
  2322. slave->link_failure_count++;
  2323. netdev_info(bond->dev, "interface %s is now down\n",
  2324. slave->dev->name);
  2325. if (slave == oldcurrent)
  2326. do_failover = 1;
  2327. }
  2328. }
  2329. /* note: if switch is in round-robin mode, all links
  2330. * must tx arp to ensure all links rx an arp - otherwise
  2331. * links may oscillate or not come up at all; if switch is
  2332. * in something like xor mode, there is nothing we can
  2333. * do - all replies will be rx'ed on same link causing slaves
  2334. * to be unstable during low/no traffic periods
  2335. */
  2336. if (bond_slave_is_up(slave))
  2337. bond_arp_send_all(bond, slave);
  2338. }
  2339. rcu_read_unlock();
  2340. if (do_failover || slave_state_changed) {
  2341. if (!rtnl_trylock())
  2342. goto re_arm;
  2343. bond_for_each_slave(bond, slave, iter) {
  2344. if (slave->link_new_state != BOND_LINK_NOCHANGE)
  2345. slave->link = slave->link_new_state;
  2346. }
  2347. if (slave_state_changed) {
  2348. bond_slave_state_change(bond);
  2349. if (BOND_MODE(bond) == BOND_MODE_XOR)
  2350. bond_update_slave_arr(bond, NULL);
  2351. }
  2352. if (do_failover) {
  2353. block_netpoll_tx();
  2354. bond_select_active_slave(bond);
  2355. unblock_netpoll_tx();
  2356. }
  2357. rtnl_unlock();
  2358. }
  2359. re_arm:
  2360. if (bond->params.arp_interval)
  2361. queue_delayed_work(bond->wq, &bond->arp_work,
  2362. msecs_to_jiffies(bond->params.arp_interval));
  2363. }
  2364. /* Called to inspect slaves for active-backup mode ARP monitor link state
  2365. * changes. Sets proposed link state in slaves to specify what action
  2366. * should take place for the slave. Returns 0 if no changes are found, >0
  2367. * if changes to link states must be committed.
  2368. *
  2369. * Called with rcu_read_lock held.
  2370. */
  2371. static int bond_ab_arp_inspect(struct bonding *bond)
  2372. {
  2373. unsigned long trans_start, last_rx;
  2374. struct list_head *iter;
  2375. struct slave *slave;
  2376. int commit = 0;
  2377. bond_for_each_slave_rcu(bond, slave, iter) {
  2378. bond_propose_link_state(slave, BOND_LINK_NOCHANGE);
  2379. last_rx = slave_last_rx(bond, slave);
  2380. if (slave->link != BOND_LINK_UP) {
  2381. if (bond_time_in_interval(bond, last_rx, 1)) {
  2382. bond_propose_link_state(slave, BOND_LINK_UP);
  2383. commit++;
  2384. } else if (slave->link == BOND_LINK_BACK) {
  2385. bond_propose_link_state(slave, BOND_LINK_FAIL);
  2386. commit++;
  2387. }
  2388. continue;
  2389. }
  2390. /* Give slaves 2*delta after being enslaved or made
  2391. * active. This avoids bouncing, as the last receive
  2392. * times need a full ARP monitor cycle to be updated.
  2393. */
  2394. if (bond_time_in_interval(bond, slave->last_link_up, 2))
  2395. continue;
  2396. /* Backup slave is down if:
  2397. * - No current_arp_slave AND
  2398. * - more than 3*delta since last receive AND
  2399. * - the bond has an IP address
  2400. *
  2401. * Note: a non-null current_arp_slave indicates
  2402. * the curr_active_slave went down and we are
  2403. * searching for a new one; under this condition
  2404. * we only take the curr_active_slave down - this
  2405. * gives each slave a chance to tx/rx traffic
  2406. * before being taken out
  2407. */
  2408. if (!bond_is_active_slave(slave) &&
  2409. !rcu_access_pointer(bond->current_arp_slave) &&
  2410. !bond_time_in_interval(bond, last_rx, 3)) {
  2411. bond_propose_link_state(slave, BOND_LINK_DOWN);
  2412. commit++;
  2413. }
  2414. /* Active slave is down if:
  2415. * - more than 2*delta since transmitting OR
  2416. * - (more than 2*delta since receive AND
  2417. * the bond has an IP address)
  2418. */
  2419. trans_start = dev_trans_start(slave->dev);
  2420. if (bond_is_active_slave(slave) &&
  2421. (!bond_time_in_interval(bond, trans_start, 2) ||
  2422. !bond_time_in_interval(bond, last_rx, 2))) {
  2423. bond_propose_link_state(slave, BOND_LINK_DOWN);
  2424. commit++;
  2425. }
  2426. }
  2427. return commit;
  2428. }
  2429. /* Called to commit link state changes noted by inspection step of
  2430. * active-backup mode ARP monitor.
  2431. *
  2432. * Called with RTNL hold.
  2433. */
  2434. static void bond_ab_arp_commit(struct bonding *bond)
  2435. {
  2436. unsigned long trans_start;
  2437. struct list_head *iter;
  2438. struct slave *slave;
  2439. bond_for_each_slave(bond, slave, iter) {
  2440. switch (slave->link_new_state) {
  2441. case BOND_LINK_NOCHANGE:
  2442. continue;
  2443. case BOND_LINK_UP:
  2444. trans_start = dev_trans_start(slave->dev);
  2445. if (rtnl_dereference(bond->curr_active_slave) != slave ||
  2446. (!rtnl_dereference(bond->curr_active_slave) &&
  2447. bond_time_in_interval(bond, trans_start, 1))) {
  2448. struct slave *current_arp_slave;
  2449. current_arp_slave = rtnl_dereference(bond->current_arp_slave);
  2450. bond_set_slave_link_state(slave, BOND_LINK_UP,
  2451. BOND_SLAVE_NOTIFY_NOW);
  2452. if (current_arp_slave) {
  2453. bond_set_slave_inactive_flags(
  2454. current_arp_slave,
  2455. BOND_SLAVE_NOTIFY_NOW);
  2456. RCU_INIT_POINTER(bond->current_arp_slave, NULL);
  2457. }
  2458. netdev_info(bond->dev, "link status definitely up for interface %s\n",
  2459. slave->dev->name);
  2460. if (!rtnl_dereference(bond->curr_active_slave) ||
  2461. slave == rtnl_dereference(bond->primary_slave))
  2462. goto do_failover;
  2463. }
  2464. continue;
  2465. case BOND_LINK_DOWN:
  2466. if (slave->link_failure_count < UINT_MAX)
  2467. slave->link_failure_count++;
  2468. bond_set_slave_link_state(slave, BOND_LINK_DOWN,
  2469. BOND_SLAVE_NOTIFY_NOW);
  2470. bond_set_slave_inactive_flags(slave,
  2471. BOND_SLAVE_NOTIFY_NOW);
  2472. netdev_info(bond->dev, "link status definitely down for interface %s, disabling it\n",
  2473. slave->dev->name);
  2474. if (slave == rtnl_dereference(bond->curr_active_slave)) {
  2475. RCU_INIT_POINTER(bond->current_arp_slave, NULL);
  2476. goto do_failover;
  2477. }
  2478. continue;
  2479. case BOND_LINK_FAIL:
  2480. bond_set_slave_link_state(slave, BOND_LINK_FAIL,
  2481. BOND_SLAVE_NOTIFY_NOW);
  2482. bond_set_slave_inactive_flags(slave,
  2483. BOND_SLAVE_NOTIFY_NOW);
  2484. /* A slave has just been enslaved and has become
  2485. * the current active slave.
  2486. */
  2487. if (rtnl_dereference(bond->curr_active_slave))
  2488. RCU_INIT_POINTER(bond->current_arp_slave, NULL);
  2489. continue;
  2490. default:
  2491. netdev_err(bond->dev, "impossible: new_link %d on slave %s\n",
  2492. slave->link_new_state, slave->dev->name);
  2493. continue;
  2494. }
  2495. do_failover:
  2496. block_netpoll_tx();
  2497. bond_select_active_slave(bond);
  2498. unblock_netpoll_tx();
  2499. }
  2500. bond_set_carrier(bond);
  2501. }
  2502. /* Send ARP probes for active-backup mode ARP monitor.
  2503. *
  2504. * Called with rcu_read_lock held.
  2505. */
  2506. static bool bond_ab_arp_probe(struct bonding *bond)
  2507. {
  2508. struct slave *slave, *before = NULL, *new_slave = NULL,
  2509. *curr_arp_slave = rcu_dereference(bond->current_arp_slave),
  2510. *curr_active_slave = rcu_dereference(bond->curr_active_slave);
  2511. struct list_head *iter;
  2512. bool found = false;
  2513. bool should_notify_rtnl = BOND_SLAVE_NOTIFY_LATER;
  2514. if (curr_arp_slave && curr_active_slave)
  2515. netdev_info(bond->dev, "PROBE: c_arp %s && cas %s BAD\n",
  2516. curr_arp_slave->dev->name,
  2517. curr_active_slave->dev->name);
  2518. if (curr_active_slave) {
  2519. bond_arp_send_all(bond, curr_active_slave);
  2520. return should_notify_rtnl;
  2521. }
  2522. /* if we don't have a curr_active_slave, search for the next available
  2523. * backup slave from the current_arp_slave and make it the candidate
  2524. * for becoming the curr_active_slave
  2525. */
  2526. if (!curr_arp_slave) {
  2527. curr_arp_slave = bond_first_slave_rcu(bond);
  2528. if (!curr_arp_slave)
  2529. return should_notify_rtnl;
  2530. }
  2531. bond_for_each_slave_rcu(bond, slave, iter) {
  2532. if (!found && !before && bond_slave_is_up(slave))
  2533. before = slave;
  2534. if (found && !new_slave && bond_slave_is_up(slave))
  2535. new_slave = slave;
  2536. /* if the link state is up at this point, we
  2537. * mark it down - this can happen if we have
  2538. * simultaneous link failures and
  2539. * reselect_active_interface doesn't make this
  2540. * one the current slave so it is still marked
  2541. * up when it is actually down
  2542. */
  2543. if (!bond_slave_is_up(slave) && slave->link == BOND_LINK_UP) {
  2544. bond_set_slave_link_state(slave, BOND_LINK_DOWN,
  2545. BOND_SLAVE_NOTIFY_LATER);
  2546. if (slave->link_failure_count < UINT_MAX)
  2547. slave->link_failure_count++;
  2548. bond_set_slave_inactive_flags(slave,
  2549. BOND_SLAVE_NOTIFY_LATER);
  2550. netdev_info(bond->dev, "backup interface %s is now down\n",
  2551. slave->dev->name);
  2552. }
  2553. if (slave == curr_arp_slave)
  2554. found = true;
  2555. }
  2556. if (!new_slave && before)
  2557. new_slave = before;
  2558. if (!new_slave)
  2559. goto check_state;
  2560. bond_set_slave_link_state(new_slave, BOND_LINK_BACK,
  2561. BOND_SLAVE_NOTIFY_LATER);
  2562. bond_set_slave_active_flags(new_slave, BOND_SLAVE_NOTIFY_LATER);
  2563. bond_arp_send_all(bond, new_slave);
  2564. new_slave->last_link_up = jiffies;
  2565. rcu_assign_pointer(bond->current_arp_slave, new_slave);
  2566. check_state:
  2567. bond_for_each_slave_rcu(bond, slave, iter) {
  2568. if (slave->should_notify || slave->should_notify_link) {
  2569. should_notify_rtnl = BOND_SLAVE_NOTIFY_NOW;
  2570. break;
  2571. }
  2572. }
  2573. return should_notify_rtnl;
  2574. }
  2575. static void bond_activebackup_arp_mon(struct bonding *bond)
  2576. {
  2577. bool should_notify_peers = false;
  2578. bool should_notify_rtnl = false;
  2579. int delta_in_ticks;
  2580. delta_in_ticks = msecs_to_jiffies(bond->params.arp_interval);
  2581. if (!bond_has_slaves(bond))
  2582. goto re_arm;
  2583. rcu_read_lock();
  2584. should_notify_peers = bond_should_notify_peers(bond);
  2585. if (bond_ab_arp_inspect(bond)) {
  2586. rcu_read_unlock();
  2587. /* Race avoidance with bond_close flush of workqueue */
  2588. if (!rtnl_trylock()) {
  2589. delta_in_ticks = 1;
  2590. should_notify_peers = false;
  2591. goto re_arm;
  2592. }
  2593. bond_ab_arp_commit(bond);
  2594. rtnl_unlock();
  2595. rcu_read_lock();
  2596. }
  2597. should_notify_rtnl = bond_ab_arp_probe(bond);
  2598. rcu_read_unlock();
  2599. re_arm:
  2600. if (bond->params.arp_interval)
  2601. queue_delayed_work(bond->wq, &bond->arp_work, delta_in_ticks);
  2602. if (should_notify_peers || should_notify_rtnl) {
  2603. if (!rtnl_trylock())
  2604. return;
  2605. if (should_notify_peers)
  2606. call_netdevice_notifiers(NETDEV_NOTIFY_PEERS,
  2607. bond->dev);
  2608. if (should_notify_rtnl) {
  2609. bond_slave_state_notify(bond);
  2610. bond_slave_link_notify(bond);
  2611. }
  2612. rtnl_unlock();
  2613. }
  2614. }
  2615. static void bond_arp_monitor(struct work_struct *work)
  2616. {
  2617. struct bonding *bond = container_of(work, struct bonding,
  2618. arp_work.work);
  2619. if (BOND_MODE(bond) == BOND_MODE_ACTIVEBACKUP)
  2620. bond_activebackup_arp_mon(bond);
  2621. else
  2622. bond_loadbalance_arp_mon(bond);
  2623. }
  2624. /*-------------------------- netdev event handling --------------------------*/
  2625. /* Change device name */
  2626. static int bond_event_changename(struct bonding *bond)
  2627. {
  2628. bond_remove_proc_entry(bond);
  2629. bond_create_proc_entry(bond);
  2630. bond_debug_reregister(bond);
  2631. return NOTIFY_DONE;
  2632. }
  2633. static int bond_master_netdev_event(unsigned long event,
  2634. struct net_device *bond_dev)
  2635. {
  2636. struct bonding *event_bond = netdev_priv(bond_dev);
  2637. switch (event) {
  2638. case NETDEV_CHANGENAME:
  2639. return bond_event_changename(event_bond);
  2640. case NETDEV_UNREGISTER:
  2641. bond_remove_proc_entry(event_bond);
  2642. break;
  2643. case NETDEV_REGISTER:
  2644. bond_create_proc_entry(event_bond);
  2645. break;
  2646. case NETDEV_NOTIFY_PEERS:
  2647. if (event_bond->send_peer_notif)
  2648. event_bond->send_peer_notif--;
  2649. break;
  2650. default:
  2651. break;
  2652. }
  2653. return NOTIFY_DONE;
  2654. }
  2655. static int bond_slave_netdev_event(unsigned long event,
  2656. struct net_device *slave_dev)
  2657. {
  2658. struct slave *slave = bond_slave_get_rtnl(slave_dev), *primary;
  2659. struct bonding *bond;
  2660. struct net_device *bond_dev;
  2661. /* A netdev event can be generated while enslaving a device
  2662. * before netdev_rx_handler_register is called in which case
  2663. * slave will be NULL
  2664. */
  2665. if (!slave)
  2666. return NOTIFY_DONE;
  2667. bond_dev = slave->bond->dev;
  2668. bond = slave->bond;
  2669. primary = rtnl_dereference(bond->primary_slave);
  2670. switch (event) {
  2671. case NETDEV_UNREGISTER:
  2672. if (bond_dev->type != ARPHRD_ETHER)
  2673. bond_release_and_destroy(bond_dev, slave_dev);
  2674. else
  2675. __bond_release_one(bond_dev, slave_dev, false, true);
  2676. break;
  2677. case NETDEV_UP:
  2678. case NETDEV_CHANGE:
  2679. /* For 802.3ad mode only:
  2680. * Getting invalid Speed/Duplex values here will put slave
  2681. * in weird state. Mark it as link-fail if the link was
  2682. * previously up or link-down if it hasn't yet come up, and
  2683. * let link-monitoring (miimon) set it right when correct
  2684. * speeds/duplex are available.
  2685. */
  2686. if (bond_update_speed_duplex(slave) &&
  2687. BOND_MODE(bond) == BOND_MODE_8023AD) {
  2688. if (slave->last_link_up)
  2689. slave->link = BOND_LINK_FAIL;
  2690. else
  2691. slave->link = BOND_LINK_DOWN;
  2692. }
  2693. if (BOND_MODE(bond) == BOND_MODE_8023AD)
  2694. bond_3ad_adapter_speed_duplex_changed(slave);
  2695. /* Fallthrough */
  2696. case NETDEV_DOWN:
  2697. /* Refresh slave-array if applicable!
  2698. * If the setup does not use miimon or arpmon (mode-specific!),
  2699. * then these events will not cause the slave-array to be
  2700. * refreshed. This will cause xmit to use a slave that is not
  2701. * usable. Avoid such situation by refeshing the array at these
  2702. * events. If these (miimon/arpmon) parameters are configured
  2703. * then array gets refreshed twice and that should be fine!
  2704. */
  2705. if (bond_mode_can_use_xmit_hash(bond))
  2706. bond_update_slave_arr(bond, NULL);
  2707. break;
  2708. case NETDEV_CHANGEMTU:
  2709. /* TODO: Should slaves be allowed to
  2710. * independently alter their MTU? For
  2711. * an active-backup bond, slaves need
  2712. * not be the same type of device, so
  2713. * MTUs may vary. For other modes,
  2714. * slaves arguably should have the
  2715. * same MTUs. To do this, we'd need to
  2716. * take over the slave's change_mtu
  2717. * function for the duration of their
  2718. * servitude.
  2719. */
  2720. break;
  2721. case NETDEV_CHANGENAME:
  2722. /* we don't care if we don't have primary set */
  2723. if (!bond_uses_primary(bond) ||
  2724. !bond->params.primary[0])
  2725. break;
  2726. if (slave == primary) {
  2727. /* slave's name changed - he's no longer primary */
  2728. RCU_INIT_POINTER(bond->primary_slave, NULL);
  2729. } else if (!strcmp(slave_dev->name, bond->params.primary)) {
  2730. /* we have a new primary slave */
  2731. rcu_assign_pointer(bond->primary_slave, slave);
  2732. } else { /* we didn't change primary - exit */
  2733. break;
  2734. }
  2735. netdev_info(bond->dev, "Primary slave changed to %s, reselecting active slave\n",
  2736. primary ? slave_dev->name : "none");
  2737. block_netpoll_tx();
  2738. bond_select_active_slave(bond);
  2739. unblock_netpoll_tx();
  2740. break;
  2741. case NETDEV_FEAT_CHANGE:
  2742. bond_compute_features(bond);
  2743. break;
  2744. case NETDEV_RESEND_IGMP:
  2745. /* Propagate to master device */
  2746. call_netdevice_notifiers(event, slave->bond->dev);
  2747. break;
  2748. default:
  2749. break;
  2750. }
  2751. return NOTIFY_DONE;
  2752. }
  2753. /* bond_netdev_event: handle netdev notifier chain events.
  2754. *
  2755. * This function receives events for the netdev chain. The caller (an
  2756. * ioctl handler calling blocking_notifier_call_chain) holds the necessary
  2757. * locks for us to safely manipulate the slave devices (RTNL lock,
  2758. * dev_probe_lock).
  2759. */
  2760. static int bond_netdev_event(struct notifier_block *this,
  2761. unsigned long event, void *ptr)
  2762. {
  2763. struct net_device *event_dev = netdev_notifier_info_to_dev(ptr);
  2764. netdev_dbg(event_dev, "event: %lx\n", event);
  2765. if (!(event_dev->priv_flags & IFF_BONDING))
  2766. return NOTIFY_DONE;
  2767. if (event_dev->flags & IFF_MASTER) {
  2768. int ret;
  2769. netdev_dbg(event_dev, "IFF_MASTER\n");
  2770. ret = bond_master_netdev_event(event, event_dev);
  2771. if (ret != NOTIFY_DONE)
  2772. return ret;
  2773. }
  2774. if (event_dev->flags & IFF_SLAVE) {
  2775. netdev_dbg(event_dev, "IFF_SLAVE\n");
  2776. return bond_slave_netdev_event(event, event_dev);
  2777. }
  2778. return NOTIFY_DONE;
  2779. }
  2780. static struct notifier_block bond_netdev_notifier = {
  2781. .notifier_call = bond_netdev_event,
  2782. };
  2783. /*---------------------------- Hashing Policies -----------------------------*/
  2784. /* L2 hash helper */
  2785. static inline u32 bond_eth_hash(struct sk_buff *skb)
  2786. {
  2787. struct ethhdr *ep, hdr_tmp;
  2788. ep = skb_header_pointer(skb, 0, sizeof(hdr_tmp), &hdr_tmp);
  2789. if (ep)
  2790. return ep->h_dest[5] ^ ep->h_source[5] ^ ep->h_proto;
  2791. return 0;
  2792. }
  2793. /* Extract the appropriate headers based on bond's xmit policy */
  2794. static bool bond_flow_dissect(struct bonding *bond, struct sk_buff *skb,
  2795. struct flow_keys *fk)
  2796. {
  2797. const struct ipv6hdr *iph6;
  2798. const struct iphdr *iph;
  2799. int noff, proto = -1;
  2800. if (bond->params.xmit_policy > BOND_XMIT_POLICY_LAYER23)
  2801. return skb_flow_dissect_flow_keys(skb, fk, 0);
  2802. fk->ports.ports = 0;
  2803. noff = skb_network_offset(skb);
  2804. if (skb->protocol == htons(ETH_P_IP)) {
  2805. if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph))))
  2806. return false;
  2807. iph = ip_hdr(skb);
  2808. iph_to_flow_copy_v4addrs(fk, iph);
  2809. noff += iph->ihl << 2;
  2810. if (!ip_is_fragment(iph))
  2811. proto = iph->protocol;
  2812. } else if (skb->protocol == htons(ETH_P_IPV6)) {
  2813. if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph6))))
  2814. return false;
  2815. iph6 = ipv6_hdr(skb);
  2816. iph_to_flow_copy_v6addrs(fk, iph6);
  2817. noff += sizeof(*iph6);
  2818. proto = iph6->nexthdr;
  2819. } else {
  2820. return false;
  2821. }
  2822. if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER34 && proto >= 0)
  2823. fk->ports.ports = skb_flow_get_ports(skb, noff, proto);
  2824. return true;
  2825. }
  2826. /**
  2827. * bond_xmit_hash - generate a hash value based on the xmit policy
  2828. * @bond: bonding device
  2829. * @skb: buffer to use for headers
  2830. *
  2831. * This function will extract the necessary headers from the skb buffer and use
  2832. * them to generate a hash based on the xmit_policy set in the bonding device
  2833. */
  2834. u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb)
  2835. {
  2836. struct flow_keys flow;
  2837. u32 hash;
  2838. if (bond->params.xmit_policy == BOND_XMIT_POLICY_ENCAP34 &&
  2839. skb->l4_hash)
  2840. return skb->hash;
  2841. if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER2 ||
  2842. !bond_flow_dissect(bond, skb, &flow))
  2843. return bond_eth_hash(skb);
  2844. if (bond->params.xmit_policy == BOND_XMIT_POLICY_LAYER23 ||
  2845. bond->params.xmit_policy == BOND_XMIT_POLICY_ENCAP23)
  2846. hash = bond_eth_hash(skb);
  2847. else
  2848. hash = (__force u32)flow.ports.ports;
  2849. hash ^= (__force u32)flow_get_u32_dst(&flow) ^
  2850. (__force u32)flow_get_u32_src(&flow);
  2851. hash ^= (hash >> 16);
  2852. hash ^= (hash >> 8);
  2853. return hash >> 1;
  2854. }
  2855. /*-------------------------- Device entry points ----------------------------*/
  2856. void bond_work_init_all(struct bonding *bond)
  2857. {
  2858. INIT_DELAYED_WORK(&bond->mcast_work,
  2859. bond_resend_igmp_join_requests_delayed);
  2860. INIT_DELAYED_WORK(&bond->alb_work, bond_alb_monitor);
  2861. INIT_DELAYED_WORK(&bond->mii_work, bond_mii_monitor);
  2862. INIT_DELAYED_WORK(&bond->arp_work, bond_arp_monitor);
  2863. INIT_DELAYED_WORK(&bond->ad_work, bond_3ad_state_machine_handler);
  2864. INIT_DELAYED_WORK(&bond->slave_arr_work, bond_slave_arr_handler);
  2865. }
  2866. static void bond_work_cancel_all(struct bonding *bond)
  2867. {
  2868. cancel_delayed_work_sync(&bond->mii_work);
  2869. cancel_delayed_work_sync(&bond->arp_work);
  2870. cancel_delayed_work_sync(&bond->alb_work);
  2871. cancel_delayed_work_sync(&bond->ad_work);
  2872. cancel_delayed_work_sync(&bond->mcast_work);
  2873. cancel_delayed_work_sync(&bond->slave_arr_work);
  2874. }
  2875. static int bond_open(struct net_device *bond_dev)
  2876. {
  2877. struct bonding *bond = netdev_priv(bond_dev);
  2878. struct list_head *iter;
  2879. struct slave *slave;
  2880. /* reset slave->backup and slave->inactive */
  2881. if (bond_has_slaves(bond)) {
  2882. bond_for_each_slave(bond, slave, iter) {
  2883. if (bond_uses_primary(bond) &&
  2884. slave != rcu_access_pointer(bond->curr_active_slave)) {
  2885. bond_set_slave_inactive_flags(slave,
  2886. BOND_SLAVE_NOTIFY_NOW);
  2887. } else if (BOND_MODE(bond) != BOND_MODE_8023AD) {
  2888. bond_set_slave_active_flags(slave,
  2889. BOND_SLAVE_NOTIFY_NOW);
  2890. }
  2891. }
  2892. }
  2893. if (bond_is_lb(bond)) {
  2894. /* bond_alb_initialize must be called before the timer
  2895. * is started.
  2896. */
  2897. if (bond_alb_initialize(bond, (BOND_MODE(bond) == BOND_MODE_ALB)))
  2898. return -ENOMEM;
  2899. if (bond->params.tlb_dynamic_lb || BOND_MODE(bond) == BOND_MODE_ALB)
  2900. queue_delayed_work(bond->wq, &bond->alb_work, 0);
  2901. }
  2902. if (bond->params.miimon) /* link check interval, in milliseconds. */
  2903. queue_delayed_work(bond->wq, &bond->mii_work, 0);
  2904. if (bond->params.arp_interval) { /* arp interval, in milliseconds. */
  2905. queue_delayed_work(bond->wq, &bond->arp_work, 0);
  2906. bond->recv_probe = bond_arp_rcv;
  2907. }
  2908. if (BOND_MODE(bond) == BOND_MODE_8023AD) {
  2909. queue_delayed_work(bond->wq, &bond->ad_work, 0);
  2910. /* register to receive LACPDUs */
  2911. bond->recv_probe = bond_3ad_lacpdu_recv;
  2912. bond_3ad_initiate_agg_selection(bond, 1);
  2913. }
  2914. if (bond_mode_can_use_xmit_hash(bond))
  2915. bond_update_slave_arr(bond, NULL);
  2916. return 0;
  2917. }
  2918. static int bond_close(struct net_device *bond_dev)
  2919. {
  2920. struct bonding *bond = netdev_priv(bond_dev);
  2921. bond_work_cancel_all(bond);
  2922. bond->send_peer_notif = 0;
  2923. if (bond_is_lb(bond))
  2924. bond_alb_deinitialize(bond);
  2925. bond->recv_probe = NULL;
  2926. return 0;
  2927. }
  2928. /* fold stats, assuming all rtnl_link_stats64 fields are u64, but
  2929. * that some drivers can provide 32bit values only.
  2930. */
  2931. static void bond_fold_stats(struct rtnl_link_stats64 *_res,
  2932. const struct rtnl_link_stats64 *_new,
  2933. const struct rtnl_link_stats64 *_old)
  2934. {
  2935. const u64 *new = (const u64 *)_new;
  2936. const u64 *old = (const u64 *)_old;
  2937. u64 *res = (u64 *)_res;
  2938. int i;
  2939. for (i = 0; i < sizeof(*_res) / sizeof(u64); i++) {
  2940. u64 nv = new[i];
  2941. u64 ov = old[i];
  2942. s64 delta = nv - ov;
  2943. /* detects if this particular field is 32bit only */
  2944. if (((nv | ov) >> 32) == 0)
  2945. delta = (s64)(s32)((u32)nv - (u32)ov);
  2946. /* filter anomalies, some drivers reset their stats
  2947. * at down/up events.
  2948. */
  2949. if (delta > 0)
  2950. res[i] += delta;
  2951. }
  2952. }
  2953. static int bond_get_nest_level(struct net_device *bond_dev)
  2954. {
  2955. struct bonding *bond = netdev_priv(bond_dev);
  2956. return bond->nest_level;
  2957. }
  2958. static void bond_get_stats(struct net_device *bond_dev,
  2959. struct rtnl_link_stats64 *stats)
  2960. {
  2961. struct bonding *bond = netdev_priv(bond_dev);
  2962. struct rtnl_link_stats64 temp;
  2963. struct list_head *iter;
  2964. struct slave *slave;
  2965. spin_lock_nested(&bond->stats_lock, bond_get_nest_level(bond_dev));
  2966. memcpy(stats, &bond->bond_stats, sizeof(*stats));
  2967. rcu_read_lock();
  2968. bond_for_each_slave_rcu(bond, slave, iter) {
  2969. const struct rtnl_link_stats64 *new =
  2970. dev_get_stats(slave->dev, &temp);
  2971. bond_fold_stats(stats, new, &slave->slave_stats);
  2972. /* save off the slave stats for the next run */
  2973. memcpy(&slave->slave_stats, new, sizeof(*new));
  2974. }
  2975. rcu_read_unlock();
  2976. memcpy(&bond->bond_stats, stats, sizeof(*stats));
  2977. spin_unlock(&bond->stats_lock);
  2978. }
  2979. static int bond_do_ioctl(struct net_device *bond_dev, struct ifreq *ifr, int cmd)
  2980. {
  2981. struct bonding *bond = netdev_priv(bond_dev);
  2982. struct net_device *slave_dev = NULL;
  2983. struct ifbond k_binfo;
  2984. struct ifbond __user *u_binfo = NULL;
  2985. struct ifslave k_sinfo;
  2986. struct ifslave __user *u_sinfo = NULL;
  2987. struct mii_ioctl_data *mii = NULL;
  2988. struct bond_opt_value newval;
  2989. struct net *net;
  2990. int res = 0;
  2991. netdev_dbg(bond_dev, "bond_ioctl: cmd=%d\n", cmd);
  2992. switch (cmd) {
  2993. case SIOCGMIIPHY:
  2994. mii = if_mii(ifr);
  2995. if (!mii)
  2996. return -EINVAL;
  2997. mii->phy_id = 0;
  2998. /* Fall Through */
  2999. case SIOCGMIIREG:
  3000. /* We do this again just in case we were called by SIOCGMIIREG
  3001. * instead of SIOCGMIIPHY.
  3002. */
  3003. mii = if_mii(ifr);
  3004. if (!mii)
  3005. return -EINVAL;
  3006. if (mii->reg_num == 1) {
  3007. mii->val_out = 0;
  3008. if (netif_carrier_ok(bond->dev))
  3009. mii->val_out = BMSR_LSTATUS;
  3010. }
  3011. return 0;
  3012. case BOND_INFO_QUERY_OLD:
  3013. case SIOCBONDINFOQUERY:
  3014. u_binfo = (struct ifbond __user *)ifr->ifr_data;
  3015. if (copy_from_user(&k_binfo, u_binfo, sizeof(ifbond)))
  3016. return -EFAULT;
  3017. bond_info_query(bond_dev, &k_binfo);
  3018. if (copy_to_user(u_binfo, &k_binfo, sizeof(ifbond)))
  3019. return -EFAULT;
  3020. return 0;
  3021. case BOND_SLAVE_INFO_QUERY_OLD:
  3022. case SIOCBONDSLAVEINFOQUERY:
  3023. u_sinfo = (struct ifslave __user *)ifr->ifr_data;
  3024. if (copy_from_user(&k_sinfo, u_sinfo, sizeof(ifslave)))
  3025. return -EFAULT;
  3026. res = bond_slave_info_query(bond_dev, &k_sinfo);
  3027. if (res == 0 &&
  3028. copy_to_user(u_sinfo, &k_sinfo, sizeof(ifslave)))
  3029. return -EFAULT;
  3030. return res;
  3031. default:
  3032. break;
  3033. }
  3034. net = dev_net(bond_dev);
  3035. if (!ns_capable(net->user_ns, CAP_NET_ADMIN))
  3036. return -EPERM;
  3037. slave_dev = __dev_get_by_name(net, ifr->ifr_slave);
  3038. netdev_dbg(bond_dev, "slave_dev=%p:\n", slave_dev);
  3039. if (!slave_dev)
  3040. return -ENODEV;
  3041. netdev_dbg(bond_dev, "slave_dev->name=%s:\n", slave_dev->name);
  3042. switch (cmd) {
  3043. case BOND_ENSLAVE_OLD:
  3044. case SIOCBONDENSLAVE:
  3045. res = bond_enslave(bond_dev, slave_dev, NULL);
  3046. break;
  3047. case BOND_RELEASE_OLD:
  3048. case SIOCBONDRELEASE:
  3049. res = bond_release(bond_dev, slave_dev);
  3050. break;
  3051. case BOND_SETHWADDR_OLD:
  3052. case SIOCBONDSETHWADDR:
  3053. bond_set_dev_addr(bond_dev, slave_dev);
  3054. res = 0;
  3055. break;
  3056. case BOND_CHANGE_ACTIVE_OLD:
  3057. case SIOCBONDCHANGEACTIVE:
  3058. bond_opt_initstr(&newval, slave_dev->name);
  3059. res = __bond_opt_set_notify(bond, BOND_OPT_ACTIVE_SLAVE,
  3060. &newval);
  3061. break;
  3062. default:
  3063. res = -EOPNOTSUPP;
  3064. }
  3065. return res;
  3066. }
  3067. static void bond_change_rx_flags(struct net_device *bond_dev, int change)
  3068. {
  3069. struct bonding *bond = netdev_priv(bond_dev);
  3070. if (change & IFF_PROMISC)
  3071. bond_set_promiscuity(bond,
  3072. bond_dev->flags & IFF_PROMISC ? 1 : -1);
  3073. if (change & IFF_ALLMULTI)
  3074. bond_set_allmulti(bond,
  3075. bond_dev->flags & IFF_ALLMULTI ? 1 : -1);
  3076. }
  3077. static void bond_set_rx_mode(struct net_device *bond_dev)
  3078. {
  3079. struct bonding *bond = netdev_priv(bond_dev);
  3080. struct list_head *iter;
  3081. struct slave *slave;
  3082. rcu_read_lock();
  3083. if (bond_uses_primary(bond)) {
  3084. slave = rcu_dereference(bond->curr_active_slave);
  3085. if (slave) {
  3086. dev_uc_sync(slave->dev, bond_dev);
  3087. dev_mc_sync(slave->dev, bond_dev);
  3088. }
  3089. } else {
  3090. bond_for_each_slave_rcu(bond, slave, iter) {
  3091. dev_uc_sync_multiple(slave->dev, bond_dev);
  3092. dev_mc_sync_multiple(slave->dev, bond_dev);
  3093. }
  3094. }
  3095. rcu_read_unlock();
  3096. }
  3097. static int bond_neigh_init(struct neighbour *n)
  3098. {
  3099. struct bonding *bond = netdev_priv(n->dev);
  3100. const struct net_device_ops *slave_ops;
  3101. struct neigh_parms parms;
  3102. struct slave *slave;
  3103. int ret;
  3104. slave = bond_first_slave(bond);
  3105. if (!slave)
  3106. return 0;
  3107. slave_ops = slave->dev->netdev_ops;
  3108. if (!slave_ops->ndo_neigh_setup)
  3109. return 0;
  3110. parms.neigh_setup = NULL;
  3111. parms.neigh_cleanup = NULL;
  3112. ret = slave_ops->ndo_neigh_setup(slave->dev, &parms);
  3113. if (ret)
  3114. return ret;
  3115. /* Assign slave's neigh_cleanup to neighbour in case cleanup is called
  3116. * after the last slave has been detached. Assumes that all slaves
  3117. * utilize the same neigh_cleanup (true at this writing as only user
  3118. * is ipoib).
  3119. */
  3120. n->parms->neigh_cleanup = parms.neigh_cleanup;
  3121. if (!parms.neigh_setup)
  3122. return 0;
  3123. return parms.neigh_setup(n);
  3124. }
  3125. /* The bonding ndo_neigh_setup is called at init time beofre any
  3126. * slave exists. So we must declare proxy setup function which will
  3127. * be used at run time to resolve the actual slave neigh param setup.
  3128. *
  3129. * It's also called by master devices (such as vlans) to setup their
  3130. * underlying devices. In that case - do nothing, we're already set up from
  3131. * our init.
  3132. */
  3133. static int bond_neigh_setup(struct net_device *dev,
  3134. struct neigh_parms *parms)
  3135. {
  3136. /* modify only our neigh_parms */
  3137. if (parms->dev == dev)
  3138. parms->neigh_setup = bond_neigh_init;
  3139. return 0;
  3140. }
  3141. /* Change the MTU of all of a master's slaves to match the master */
  3142. static int bond_change_mtu(struct net_device *bond_dev, int new_mtu)
  3143. {
  3144. struct bonding *bond = netdev_priv(bond_dev);
  3145. struct slave *slave, *rollback_slave;
  3146. struct list_head *iter;
  3147. int res = 0;
  3148. netdev_dbg(bond_dev, "bond=%p, new_mtu=%d\n", bond, new_mtu);
  3149. bond_for_each_slave(bond, slave, iter) {
  3150. netdev_dbg(bond_dev, "s %p c_m %p\n",
  3151. slave, slave->dev->netdev_ops->ndo_change_mtu);
  3152. res = dev_set_mtu(slave->dev, new_mtu);
  3153. if (res) {
  3154. /* If we failed to set the slave's mtu to the new value
  3155. * we must abort the operation even in ACTIVE_BACKUP
  3156. * mode, because if we allow the backup slaves to have
  3157. * different mtu values than the active slave we'll
  3158. * need to change their mtu when doing a failover. That
  3159. * means changing their mtu from timer context, which
  3160. * is probably not a good idea.
  3161. */
  3162. netdev_dbg(bond_dev, "err %d %s\n", res,
  3163. slave->dev->name);
  3164. goto unwind;
  3165. }
  3166. }
  3167. bond_dev->mtu = new_mtu;
  3168. return 0;
  3169. unwind:
  3170. /* unwind from head to the slave that failed */
  3171. bond_for_each_slave(bond, rollback_slave, iter) {
  3172. int tmp_res;
  3173. if (rollback_slave == slave)
  3174. break;
  3175. tmp_res = dev_set_mtu(rollback_slave->dev, bond_dev->mtu);
  3176. if (tmp_res) {
  3177. netdev_dbg(bond_dev, "unwind err %d dev %s\n",
  3178. tmp_res, rollback_slave->dev->name);
  3179. }
  3180. }
  3181. return res;
  3182. }
  3183. /* Change HW address
  3184. *
  3185. * Note that many devices must be down to change the HW address, and
  3186. * downing the master releases all slaves. We can make bonds full of
  3187. * bonding devices to test this, however.
  3188. */
  3189. static int bond_set_mac_address(struct net_device *bond_dev, void *addr)
  3190. {
  3191. struct bonding *bond = netdev_priv(bond_dev);
  3192. struct slave *slave, *rollback_slave;
  3193. struct sockaddr_storage *ss = addr, tmp_ss;
  3194. struct list_head *iter;
  3195. int res = 0;
  3196. if (BOND_MODE(bond) == BOND_MODE_ALB)
  3197. return bond_alb_set_mac_address(bond_dev, addr);
  3198. netdev_dbg(bond_dev, "bond=%p\n", bond);
  3199. /* If fail_over_mac is enabled, do nothing and return success.
  3200. * Returning an error causes ifenslave to fail.
  3201. */
  3202. if (bond->params.fail_over_mac &&
  3203. BOND_MODE(bond) == BOND_MODE_ACTIVEBACKUP)
  3204. return 0;
  3205. if (!is_valid_ether_addr(ss->__data))
  3206. return -EADDRNOTAVAIL;
  3207. bond_for_each_slave(bond, slave, iter) {
  3208. netdev_dbg(bond_dev, "slave %p %s\n", slave, slave->dev->name);
  3209. res = dev_set_mac_address(slave->dev, addr);
  3210. if (res) {
  3211. /* TODO: consider downing the slave
  3212. * and retry ?
  3213. * User should expect communications
  3214. * breakage anyway until ARP finish
  3215. * updating, so...
  3216. */
  3217. netdev_dbg(bond_dev, "err %d %s\n", res, slave->dev->name);
  3218. goto unwind;
  3219. }
  3220. }
  3221. /* success */
  3222. memcpy(bond_dev->dev_addr, ss->__data, bond_dev->addr_len);
  3223. return 0;
  3224. unwind:
  3225. memcpy(tmp_ss.__data, bond_dev->dev_addr, bond_dev->addr_len);
  3226. tmp_ss.ss_family = bond_dev->type;
  3227. /* unwind from head to the slave that failed */
  3228. bond_for_each_slave(bond, rollback_slave, iter) {
  3229. int tmp_res;
  3230. if (rollback_slave == slave)
  3231. break;
  3232. tmp_res = dev_set_mac_address(rollback_slave->dev,
  3233. (struct sockaddr *)&tmp_ss);
  3234. if (tmp_res) {
  3235. netdev_dbg(bond_dev, "unwind err %d dev %s\n",
  3236. tmp_res, rollback_slave->dev->name);
  3237. }
  3238. }
  3239. return res;
  3240. }
  3241. /**
  3242. * bond_xmit_slave_id - transmit skb through slave with slave_id
  3243. * @bond: bonding device that is transmitting
  3244. * @skb: buffer to transmit
  3245. * @slave_id: slave id up to slave_cnt-1 through which to transmit
  3246. *
  3247. * This function tries to transmit through slave with slave_id but in case
  3248. * it fails, it tries to find the first available slave for transmission.
  3249. * The skb is consumed in all cases, thus the function is void.
  3250. */
  3251. static void bond_xmit_slave_id(struct bonding *bond, struct sk_buff *skb, int slave_id)
  3252. {
  3253. struct list_head *iter;
  3254. struct slave *slave;
  3255. int i = slave_id;
  3256. /* Here we start from the slave with slave_id */
  3257. bond_for_each_slave_rcu(bond, slave, iter) {
  3258. if (--i < 0) {
  3259. if (bond_slave_can_tx(slave)) {
  3260. bond_dev_queue_xmit(bond, skb, slave->dev);
  3261. return;
  3262. }
  3263. }
  3264. }
  3265. /* Here we start from the first slave up to slave_id */
  3266. i = slave_id;
  3267. bond_for_each_slave_rcu(bond, slave, iter) {
  3268. if (--i < 0)
  3269. break;
  3270. if (bond_slave_can_tx(slave)) {
  3271. bond_dev_queue_xmit(bond, skb, slave->dev);
  3272. return;
  3273. }
  3274. }
  3275. /* no slave that can tx has been found */
  3276. bond_tx_drop(bond->dev, skb);
  3277. }
  3278. /**
  3279. * bond_rr_gen_slave_id - generate slave id based on packets_per_slave
  3280. * @bond: bonding device to use
  3281. *
  3282. * Based on the value of the bonding device's packets_per_slave parameter
  3283. * this function generates a slave id, which is usually used as the next
  3284. * slave to transmit through.
  3285. */
  3286. static u32 bond_rr_gen_slave_id(struct bonding *bond)
  3287. {
  3288. u32 slave_id;
  3289. struct reciprocal_value reciprocal_packets_per_slave;
  3290. int packets_per_slave = bond->params.packets_per_slave;
  3291. switch (packets_per_slave) {
  3292. case 0:
  3293. slave_id = prandom_u32();
  3294. break;
  3295. case 1:
  3296. slave_id = bond->rr_tx_counter;
  3297. break;
  3298. default:
  3299. reciprocal_packets_per_slave =
  3300. bond->params.reciprocal_packets_per_slave;
  3301. slave_id = reciprocal_divide(bond->rr_tx_counter,
  3302. reciprocal_packets_per_slave);
  3303. break;
  3304. }
  3305. bond->rr_tx_counter++;
  3306. return slave_id;
  3307. }
  3308. static netdev_tx_t bond_xmit_roundrobin(struct sk_buff *skb,
  3309. struct net_device *bond_dev)
  3310. {
  3311. struct bonding *bond = netdev_priv(bond_dev);
  3312. struct slave *slave;
  3313. int slave_cnt;
  3314. u32 slave_id;
  3315. /* Start with the curr_active_slave that joined the bond as the
  3316. * default for sending IGMP traffic. For failover purposes one
  3317. * needs to maintain some consistency for the interface that will
  3318. * send the join/membership reports. The curr_active_slave found
  3319. * will send all of this type of traffic.
  3320. */
  3321. if (skb->protocol == htons(ETH_P_IP)) {
  3322. int noff = skb_network_offset(skb);
  3323. struct iphdr *iph;
  3324. if (unlikely(!pskb_may_pull(skb, noff + sizeof(*iph))))
  3325. goto non_igmp;
  3326. iph = ip_hdr(skb);
  3327. if (iph->protocol == IPPROTO_IGMP) {
  3328. slave = rcu_dereference(bond->curr_active_slave);
  3329. if (slave)
  3330. bond_dev_queue_xmit(bond, skb, slave->dev);
  3331. else
  3332. bond_xmit_slave_id(bond, skb, 0);
  3333. return NETDEV_TX_OK;
  3334. }
  3335. }
  3336. non_igmp:
  3337. slave_cnt = READ_ONCE(bond->slave_cnt);
  3338. if (likely(slave_cnt)) {
  3339. slave_id = bond_rr_gen_slave_id(bond);
  3340. bond_xmit_slave_id(bond, skb, slave_id % slave_cnt);
  3341. } else {
  3342. bond_tx_drop(bond_dev, skb);
  3343. }
  3344. return NETDEV_TX_OK;
  3345. }
  3346. /* In active-backup mode, we know that bond->curr_active_slave is always valid if
  3347. * the bond has a usable interface.
  3348. */
  3349. static netdev_tx_t bond_xmit_activebackup(struct sk_buff *skb,
  3350. struct net_device *bond_dev)
  3351. {
  3352. struct bonding *bond = netdev_priv(bond_dev);
  3353. struct slave *slave;
  3354. slave = rcu_dereference(bond->curr_active_slave);
  3355. if (slave)
  3356. bond_dev_queue_xmit(bond, skb, slave->dev);
  3357. else
  3358. bond_tx_drop(bond_dev, skb);
  3359. return NETDEV_TX_OK;
  3360. }
  3361. /* Use this to update slave_array when (a) it's not appropriate to update
  3362. * slave_array right away (note that update_slave_array() may sleep)
  3363. * and / or (b) RTNL is not held.
  3364. */
  3365. void bond_slave_arr_work_rearm(struct bonding *bond, unsigned long delay)
  3366. {
  3367. queue_delayed_work(bond->wq, &bond->slave_arr_work, delay);
  3368. }
  3369. /* Slave array work handler. Holds only RTNL */
  3370. static void bond_slave_arr_handler(struct work_struct *work)
  3371. {
  3372. struct bonding *bond = container_of(work, struct bonding,
  3373. slave_arr_work.work);
  3374. int ret;
  3375. if (!rtnl_trylock())
  3376. goto err;
  3377. ret = bond_update_slave_arr(bond, NULL);
  3378. rtnl_unlock();
  3379. if (ret) {
  3380. pr_warn_ratelimited("Failed to update slave array from WT\n");
  3381. goto err;
  3382. }
  3383. return;
  3384. err:
  3385. bond_slave_arr_work_rearm(bond, 1);
  3386. }
  3387. /* Build the usable slaves array in control path for modes that use xmit-hash
  3388. * to determine the slave interface -
  3389. * (a) BOND_MODE_8023AD
  3390. * (b) BOND_MODE_XOR
  3391. * (c) (BOND_MODE_TLB || BOND_MODE_ALB) && tlb_dynamic_lb == 0
  3392. *
  3393. * The caller is expected to hold RTNL only and NO other lock!
  3394. */
  3395. int bond_update_slave_arr(struct bonding *bond, struct slave *skipslave)
  3396. {
  3397. struct slave *slave;
  3398. struct list_head *iter;
  3399. struct bond_up_slave *new_arr, *old_arr;
  3400. int agg_id = 0;
  3401. int ret = 0;
  3402. #ifdef CONFIG_LOCKDEP
  3403. WARN_ON(lockdep_is_held(&bond->mode_lock));
  3404. #endif
  3405. new_arr = kzalloc(offsetof(struct bond_up_slave, arr[bond->slave_cnt]),
  3406. GFP_KERNEL);
  3407. if (!new_arr) {
  3408. ret = -ENOMEM;
  3409. pr_err("Failed to build slave-array.\n");
  3410. goto out;
  3411. }
  3412. if (BOND_MODE(bond) == BOND_MODE_8023AD) {
  3413. struct ad_info ad_info;
  3414. if (bond_3ad_get_active_agg_info(bond, &ad_info)) {
  3415. pr_debug("bond_3ad_get_active_agg_info failed\n");
  3416. kfree_rcu(new_arr, rcu);
  3417. /* No active aggragator means it's not safe to use
  3418. * the previous array.
  3419. */
  3420. old_arr = rtnl_dereference(bond->slave_arr);
  3421. if (old_arr) {
  3422. RCU_INIT_POINTER(bond->slave_arr, NULL);
  3423. kfree_rcu(old_arr, rcu);
  3424. }
  3425. goto out;
  3426. }
  3427. agg_id = ad_info.aggregator_id;
  3428. }
  3429. bond_for_each_slave(bond, slave, iter) {
  3430. if (BOND_MODE(bond) == BOND_MODE_8023AD) {
  3431. struct aggregator *agg;
  3432. agg = SLAVE_AD_INFO(slave)->port.aggregator;
  3433. if (!agg || agg->aggregator_identifier != agg_id)
  3434. continue;
  3435. }
  3436. if (!bond_slave_can_tx(slave))
  3437. continue;
  3438. if (skipslave == slave)
  3439. continue;
  3440. netdev_dbg(bond->dev,
  3441. "Adding slave dev %s to tx hash array[%d]\n",
  3442. slave->dev->name, new_arr->count);
  3443. new_arr->arr[new_arr->count++] = slave;
  3444. }
  3445. old_arr = rtnl_dereference(bond->slave_arr);
  3446. rcu_assign_pointer(bond->slave_arr, new_arr);
  3447. if (old_arr)
  3448. kfree_rcu(old_arr, rcu);
  3449. out:
  3450. if (ret != 0 && skipslave) {
  3451. int idx;
  3452. /* Rare situation where caller has asked to skip a specific
  3453. * slave but allocation failed (most likely!). BTW this is
  3454. * only possible when the call is initiated from
  3455. * __bond_release_one(). In this situation; overwrite the
  3456. * skipslave entry in the array with the last entry from the
  3457. * array to avoid a situation where the xmit path may choose
  3458. * this to-be-skipped slave to send a packet out.
  3459. */
  3460. old_arr = rtnl_dereference(bond->slave_arr);
  3461. for (idx = 0; old_arr != NULL && idx < old_arr->count; idx++) {
  3462. if (skipslave == old_arr->arr[idx]) {
  3463. old_arr->arr[idx] =
  3464. old_arr->arr[old_arr->count-1];
  3465. old_arr->count--;
  3466. break;
  3467. }
  3468. }
  3469. }
  3470. return ret;
  3471. }
  3472. /* Use this Xmit function for 3AD as well as XOR modes. The current
  3473. * usable slave array is formed in the control path. The xmit function
  3474. * just calculates hash and sends the packet out.
  3475. */
  3476. static netdev_tx_t bond_3ad_xor_xmit(struct sk_buff *skb,
  3477. struct net_device *dev)
  3478. {
  3479. struct bonding *bond = netdev_priv(dev);
  3480. struct slave *slave;
  3481. struct bond_up_slave *slaves;
  3482. unsigned int count;
  3483. slaves = rcu_dereference(bond->slave_arr);
  3484. count = slaves ? READ_ONCE(slaves->count) : 0;
  3485. if (likely(count)) {
  3486. slave = slaves->arr[bond_xmit_hash(bond, skb) % count];
  3487. bond_dev_queue_xmit(bond, skb, slave->dev);
  3488. } else {
  3489. bond_tx_drop(dev, skb);
  3490. }
  3491. return NETDEV_TX_OK;
  3492. }
  3493. /* in broadcast mode, we send everything to all usable interfaces. */
  3494. static netdev_tx_t bond_xmit_broadcast(struct sk_buff *skb,
  3495. struct net_device *bond_dev)
  3496. {
  3497. struct bonding *bond = netdev_priv(bond_dev);
  3498. struct slave *slave = NULL;
  3499. struct list_head *iter;
  3500. bond_for_each_slave_rcu(bond, slave, iter) {
  3501. if (bond_is_last_slave(bond, slave))
  3502. break;
  3503. if (bond_slave_is_up(slave) && slave->link == BOND_LINK_UP) {
  3504. struct sk_buff *skb2 = skb_clone(skb, GFP_ATOMIC);
  3505. if (!skb2) {
  3506. net_err_ratelimited("%s: Error: %s: skb_clone() failed\n",
  3507. bond_dev->name, __func__);
  3508. continue;
  3509. }
  3510. bond_dev_queue_xmit(bond, skb2, slave->dev);
  3511. }
  3512. }
  3513. if (slave && bond_slave_is_up(slave) && slave->link == BOND_LINK_UP)
  3514. bond_dev_queue_xmit(bond, skb, slave->dev);
  3515. else
  3516. bond_tx_drop(bond_dev, skb);
  3517. return NETDEV_TX_OK;
  3518. }
  3519. /*------------------------- Device initialization ---------------------------*/
  3520. /* Lookup the slave that corresponds to a qid */
  3521. static inline int bond_slave_override(struct bonding *bond,
  3522. struct sk_buff *skb)
  3523. {
  3524. struct slave *slave = NULL;
  3525. struct list_head *iter;
  3526. if (!skb_rx_queue_recorded(skb))
  3527. return 1;
  3528. /* Find out if any slaves have the same mapping as this skb. */
  3529. bond_for_each_slave_rcu(bond, slave, iter) {
  3530. if (slave->queue_id == skb_get_queue_mapping(skb)) {
  3531. if (bond_slave_is_up(slave) &&
  3532. slave->link == BOND_LINK_UP) {
  3533. bond_dev_queue_xmit(bond, skb, slave->dev);
  3534. return 0;
  3535. }
  3536. /* If the slave isn't UP, use default transmit policy. */
  3537. break;
  3538. }
  3539. }
  3540. return 1;
  3541. }
  3542. static u16 bond_select_queue(struct net_device *dev, struct sk_buff *skb,
  3543. struct net_device *sb_dev,
  3544. select_queue_fallback_t fallback)
  3545. {
  3546. /* This helper function exists to help dev_pick_tx get the correct
  3547. * destination queue. Using a helper function skips a call to
  3548. * skb_tx_hash and will put the skbs in the queue we expect on their
  3549. * way down to the bonding driver.
  3550. */
  3551. u16 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : 0;
  3552. /* Save the original txq to restore before passing to the driver */
  3553. qdisc_skb_cb(skb)->slave_dev_queue_mapping = skb_get_queue_mapping(skb);
  3554. if (unlikely(txq >= dev->real_num_tx_queues)) {
  3555. do {
  3556. txq -= dev->real_num_tx_queues;
  3557. } while (txq >= dev->real_num_tx_queues);
  3558. }
  3559. return txq;
  3560. }
  3561. static netdev_tx_t __bond_start_xmit(struct sk_buff *skb, struct net_device *dev)
  3562. {
  3563. struct bonding *bond = netdev_priv(dev);
  3564. if (bond_should_override_tx_queue(bond) &&
  3565. !bond_slave_override(bond, skb))
  3566. return NETDEV_TX_OK;
  3567. switch (BOND_MODE(bond)) {
  3568. case BOND_MODE_ROUNDROBIN:
  3569. return bond_xmit_roundrobin(skb, dev);
  3570. case BOND_MODE_ACTIVEBACKUP:
  3571. return bond_xmit_activebackup(skb, dev);
  3572. case BOND_MODE_8023AD:
  3573. case BOND_MODE_XOR:
  3574. return bond_3ad_xor_xmit(skb, dev);
  3575. case BOND_MODE_BROADCAST:
  3576. return bond_xmit_broadcast(skb, dev);
  3577. case BOND_MODE_ALB:
  3578. return bond_alb_xmit(skb, dev);
  3579. case BOND_MODE_TLB:
  3580. return bond_tlb_xmit(skb, dev);
  3581. default:
  3582. /* Should never happen, mode already checked */
  3583. netdev_err(dev, "Unknown bonding mode %d\n", BOND_MODE(bond));
  3584. WARN_ON_ONCE(1);
  3585. bond_tx_drop(dev, skb);
  3586. return NETDEV_TX_OK;
  3587. }
  3588. }
  3589. static netdev_tx_t bond_start_xmit(struct sk_buff *skb, struct net_device *dev)
  3590. {
  3591. struct bonding *bond = netdev_priv(dev);
  3592. netdev_tx_t ret = NETDEV_TX_OK;
  3593. /* If we risk deadlock from transmitting this in the
  3594. * netpoll path, tell netpoll to queue the frame for later tx
  3595. */
  3596. if (unlikely(is_netpoll_tx_blocked(dev)))
  3597. return NETDEV_TX_BUSY;
  3598. rcu_read_lock();
  3599. if (bond_has_slaves(bond))
  3600. ret = __bond_start_xmit(skb, dev);
  3601. else
  3602. bond_tx_drop(dev, skb);
  3603. rcu_read_unlock();
  3604. return ret;
  3605. }
  3606. static u32 bond_mode_bcast_speed(struct slave *slave, u32 speed)
  3607. {
  3608. if (speed == 0 || speed == SPEED_UNKNOWN)
  3609. speed = slave->speed;
  3610. else
  3611. speed = min(speed, slave->speed);
  3612. return speed;
  3613. }
  3614. static int bond_ethtool_get_link_ksettings(struct net_device *bond_dev,
  3615. struct ethtool_link_ksettings *cmd)
  3616. {
  3617. struct bonding *bond = netdev_priv(bond_dev);
  3618. struct list_head *iter;
  3619. struct slave *slave;
  3620. u32 speed = 0;
  3621. cmd->base.duplex = DUPLEX_UNKNOWN;
  3622. cmd->base.port = PORT_OTHER;
  3623. /* Since bond_slave_can_tx returns false for all inactive or down slaves, we
  3624. * do not need to check mode. Though link speed might not represent
  3625. * the true receive or transmit bandwidth (not all modes are symmetric)
  3626. * this is an accurate maximum.
  3627. */
  3628. bond_for_each_slave(bond, slave, iter) {
  3629. if (bond_slave_can_tx(slave)) {
  3630. if (slave->speed != SPEED_UNKNOWN) {
  3631. if (BOND_MODE(bond) == BOND_MODE_BROADCAST)
  3632. speed = bond_mode_bcast_speed(slave,
  3633. speed);
  3634. else
  3635. speed += slave->speed;
  3636. }
  3637. if (cmd->base.duplex == DUPLEX_UNKNOWN &&
  3638. slave->duplex != DUPLEX_UNKNOWN)
  3639. cmd->base.duplex = slave->duplex;
  3640. }
  3641. }
  3642. cmd->base.speed = speed ? : SPEED_UNKNOWN;
  3643. return 0;
  3644. }
  3645. static void bond_ethtool_get_drvinfo(struct net_device *bond_dev,
  3646. struct ethtool_drvinfo *drvinfo)
  3647. {
  3648. strlcpy(drvinfo->driver, DRV_NAME, sizeof(drvinfo->driver));
  3649. strlcpy(drvinfo->version, DRV_VERSION, sizeof(drvinfo->version));
  3650. snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), "%d",
  3651. BOND_ABI_VERSION);
  3652. }
  3653. static const struct ethtool_ops bond_ethtool_ops = {
  3654. .get_drvinfo = bond_ethtool_get_drvinfo,
  3655. .get_link = ethtool_op_get_link,
  3656. .get_link_ksettings = bond_ethtool_get_link_ksettings,
  3657. };
  3658. static const struct net_device_ops bond_netdev_ops = {
  3659. .ndo_init = bond_init,
  3660. .ndo_uninit = bond_uninit,
  3661. .ndo_open = bond_open,
  3662. .ndo_stop = bond_close,
  3663. .ndo_start_xmit = bond_start_xmit,
  3664. .ndo_select_queue = bond_select_queue,
  3665. .ndo_get_stats64 = bond_get_stats,
  3666. .ndo_do_ioctl = bond_do_ioctl,
  3667. .ndo_change_rx_flags = bond_change_rx_flags,
  3668. .ndo_set_rx_mode = bond_set_rx_mode,
  3669. .ndo_change_mtu = bond_change_mtu,
  3670. .ndo_set_mac_address = bond_set_mac_address,
  3671. .ndo_neigh_setup = bond_neigh_setup,
  3672. .ndo_vlan_rx_add_vid = bond_vlan_rx_add_vid,
  3673. .ndo_vlan_rx_kill_vid = bond_vlan_rx_kill_vid,
  3674. .ndo_get_lock_subclass = bond_get_nest_level,
  3675. #ifdef CONFIG_NET_POLL_CONTROLLER
  3676. .ndo_netpoll_setup = bond_netpoll_setup,
  3677. .ndo_netpoll_cleanup = bond_netpoll_cleanup,
  3678. .ndo_poll_controller = bond_poll_controller,
  3679. #endif
  3680. .ndo_add_slave = bond_enslave,
  3681. .ndo_del_slave = bond_release,
  3682. .ndo_fix_features = bond_fix_features,
  3683. .ndo_features_check = passthru_features_check,
  3684. };
  3685. static const struct device_type bond_type = {
  3686. .name = "bond",
  3687. };
  3688. static void bond_destructor(struct net_device *bond_dev)
  3689. {
  3690. struct bonding *bond = netdev_priv(bond_dev);
  3691. if (bond->wq)
  3692. destroy_workqueue(bond->wq);
  3693. }
  3694. void bond_setup(struct net_device *bond_dev)
  3695. {
  3696. struct bonding *bond = netdev_priv(bond_dev);
  3697. spin_lock_init(&bond->mode_lock);
  3698. spin_lock_init(&bond->stats_lock);
  3699. bond->params = bonding_defaults;
  3700. /* Initialize pointers */
  3701. bond->dev = bond_dev;
  3702. /* Initialize the device entry points */
  3703. ether_setup(bond_dev);
  3704. bond_dev->max_mtu = ETH_MAX_MTU;
  3705. bond_dev->netdev_ops = &bond_netdev_ops;
  3706. bond_dev->ethtool_ops = &bond_ethtool_ops;
  3707. bond_dev->needs_free_netdev = true;
  3708. bond_dev->priv_destructor = bond_destructor;
  3709. SET_NETDEV_DEVTYPE(bond_dev, &bond_type);
  3710. /* Initialize the device options */
  3711. bond_dev->flags |= IFF_MASTER;
  3712. bond_dev->priv_flags |= IFF_BONDING | IFF_UNICAST_FLT | IFF_NO_QUEUE;
  3713. bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING);
  3714. /* don't acquire bond device's netif_tx_lock when transmitting */
  3715. bond_dev->features |= NETIF_F_LLTX;
  3716. /* By default, we declare the bond to be fully
  3717. * VLAN hardware accelerated capable. Special
  3718. * care is taken in the various xmit functions
  3719. * when there are slaves that are not hw accel
  3720. * capable
  3721. */
  3722. /* Don't allow bond devices to change network namespaces. */
  3723. bond_dev->features |= NETIF_F_NETNS_LOCAL;
  3724. bond_dev->hw_features = BOND_VLAN_FEATURES |
  3725. NETIF_F_HW_VLAN_CTAG_RX |
  3726. NETIF_F_HW_VLAN_CTAG_FILTER;
  3727. bond_dev->hw_features |= NETIF_F_GSO_ENCAP_ALL | NETIF_F_GSO_UDP_L4;
  3728. bond_dev->features |= bond_dev->hw_features;
  3729. bond_dev->features |= NETIF_F_HW_VLAN_CTAG_TX | NETIF_F_HW_VLAN_STAG_TX;
  3730. }
  3731. /* Destroy a bonding device.
  3732. * Must be under rtnl_lock when this function is called.
  3733. */
  3734. static void bond_uninit(struct net_device *bond_dev)
  3735. {
  3736. struct bonding *bond = netdev_priv(bond_dev);
  3737. struct list_head *iter;
  3738. struct slave *slave;
  3739. struct bond_up_slave *arr;
  3740. bond_netpoll_cleanup(bond_dev);
  3741. /* Release the bonded slaves */
  3742. bond_for_each_slave(bond, slave, iter)
  3743. __bond_release_one(bond_dev, slave->dev, true, true);
  3744. netdev_info(bond_dev, "Released all slaves\n");
  3745. arr = rtnl_dereference(bond->slave_arr);
  3746. if (arr) {
  3747. RCU_INIT_POINTER(bond->slave_arr, NULL);
  3748. kfree_rcu(arr, rcu);
  3749. }
  3750. list_del(&bond->bond_list);
  3751. bond_debug_unregister(bond);
  3752. }
  3753. /*------------------------- Module initialization ---------------------------*/
  3754. static int bond_check_params(struct bond_params *params)
  3755. {
  3756. int arp_validate_value, fail_over_mac_value, primary_reselect_value, i;
  3757. struct bond_opt_value newval;
  3758. const struct bond_opt_value *valptr;
  3759. int arp_all_targets_value = 0;
  3760. u16 ad_actor_sys_prio = 0;
  3761. u16 ad_user_port_key = 0;
  3762. __be32 arp_target[BOND_MAX_ARP_TARGETS] = { 0 };
  3763. int arp_ip_count;
  3764. int bond_mode = BOND_MODE_ROUNDROBIN;
  3765. int xmit_hashtype = BOND_XMIT_POLICY_LAYER2;
  3766. int lacp_fast = 0;
  3767. int tlb_dynamic_lb;
  3768. /* Convert string parameters. */
  3769. if (mode) {
  3770. bond_opt_initstr(&newval, mode);
  3771. valptr = bond_opt_parse(bond_opt_get(BOND_OPT_MODE), &newval);
  3772. if (!valptr) {
  3773. pr_err("Error: Invalid bonding mode \"%s\"\n", mode);
  3774. return -EINVAL;
  3775. }
  3776. bond_mode = valptr->value;
  3777. }
  3778. if (xmit_hash_policy) {
  3779. if (bond_mode == BOND_MODE_ROUNDROBIN ||
  3780. bond_mode == BOND_MODE_ACTIVEBACKUP ||
  3781. bond_mode == BOND_MODE_BROADCAST) {
  3782. pr_info("xmit_hash_policy param is irrelevant in mode %s\n",
  3783. bond_mode_name(bond_mode));
  3784. } else {
  3785. bond_opt_initstr(&newval, xmit_hash_policy);
  3786. valptr = bond_opt_parse(bond_opt_get(BOND_OPT_XMIT_HASH),
  3787. &newval);
  3788. if (!valptr) {
  3789. pr_err("Error: Invalid xmit_hash_policy \"%s\"\n",
  3790. xmit_hash_policy);
  3791. return -EINVAL;
  3792. }
  3793. xmit_hashtype = valptr->value;
  3794. }
  3795. }
  3796. if (lacp_rate) {
  3797. if (bond_mode != BOND_MODE_8023AD) {
  3798. pr_info("lacp_rate param is irrelevant in mode %s\n",
  3799. bond_mode_name(bond_mode));
  3800. } else {
  3801. bond_opt_initstr(&newval, lacp_rate);
  3802. valptr = bond_opt_parse(bond_opt_get(BOND_OPT_LACP_RATE),
  3803. &newval);
  3804. if (!valptr) {
  3805. pr_err("Error: Invalid lacp rate \"%s\"\n",
  3806. lacp_rate);
  3807. return -EINVAL;
  3808. }
  3809. lacp_fast = valptr->value;
  3810. }
  3811. }
  3812. if (ad_select) {
  3813. bond_opt_initstr(&newval, ad_select);
  3814. valptr = bond_opt_parse(bond_opt_get(BOND_OPT_AD_SELECT),
  3815. &newval);
  3816. if (!valptr) {
  3817. pr_err("Error: Invalid ad_select \"%s\"\n", ad_select);
  3818. return -EINVAL;
  3819. }
  3820. params->ad_select = valptr->value;
  3821. if (bond_mode != BOND_MODE_8023AD)
  3822. pr_warn("ad_select param only affects 802.3ad mode\n");
  3823. } else {
  3824. params->ad_select = BOND_AD_STABLE;
  3825. }
  3826. if (max_bonds < 0) {
  3827. pr_warn("Warning: max_bonds (%d) not in range %d-%d, so it was reset to BOND_DEFAULT_MAX_BONDS (%d)\n",
  3828. max_bonds, 0, INT_MAX, BOND_DEFAULT_MAX_BONDS);
  3829. max_bonds = BOND_DEFAULT_MAX_BONDS;
  3830. }
  3831. if (miimon < 0) {
  3832. pr_warn("Warning: miimon module parameter (%d), not in range 0-%d, so it was reset to 0\n",
  3833. miimon, INT_MAX);
  3834. miimon = 0;
  3835. }
  3836. if (updelay < 0) {
  3837. pr_warn("Warning: updelay module parameter (%d), not in range 0-%d, so it was reset to 0\n",
  3838. updelay, INT_MAX);
  3839. updelay = 0;
  3840. }
  3841. if (downdelay < 0) {
  3842. pr_warn("Warning: downdelay module parameter (%d), not in range 0-%d, so it was reset to 0\n",
  3843. downdelay, INT_MAX);
  3844. downdelay = 0;
  3845. }
  3846. if ((use_carrier != 0) && (use_carrier != 1)) {
  3847. pr_warn("Warning: use_carrier module parameter (%d), not of valid value (0/1), so it was set to 1\n",
  3848. use_carrier);
  3849. use_carrier = 1;
  3850. }
  3851. if (num_peer_notif < 0 || num_peer_notif > 255) {
  3852. pr_warn("Warning: num_grat_arp/num_unsol_na (%d) not in range 0-255 so it was reset to 1\n",
  3853. num_peer_notif);
  3854. num_peer_notif = 1;
  3855. }
  3856. /* reset values for 802.3ad/TLB/ALB */
  3857. if (!bond_mode_uses_arp(bond_mode)) {
  3858. if (!miimon) {
  3859. pr_warn("Warning: miimon must be specified, otherwise bonding will not detect link failure, speed and duplex which are essential for 802.3ad operation\n");
  3860. pr_warn("Forcing miimon to 100msec\n");
  3861. miimon = BOND_DEFAULT_MIIMON;
  3862. }
  3863. }
  3864. if (tx_queues < 1 || tx_queues > 255) {
  3865. pr_warn("Warning: tx_queues (%d) should be between 1 and 255, resetting to %d\n",
  3866. tx_queues, BOND_DEFAULT_TX_QUEUES);
  3867. tx_queues = BOND_DEFAULT_TX_QUEUES;
  3868. }
  3869. if ((all_slaves_active != 0) && (all_slaves_active != 1)) {
  3870. pr_warn("Warning: all_slaves_active module parameter (%d), not of valid value (0/1), so it was set to 0\n",
  3871. all_slaves_active);
  3872. all_slaves_active = 0;
  3873. }
  3874. if (resend_igmp < 0 || resend_igmp > 255) {
  3875. pr_warn("Warning: resend_igmp (%d) should be between 0 and 255, resetting to %d\n",
  3876. resend_igmp, BOND_DEFAULT_RESEND_IGMP);
  3877. resend_igmp = BOND_DEFAULT_RESEND_IGMP;
  3878. }
  3879. bond_opt_initval(&newval, packets_per_slave);
  3880. if (!bond_opt_parse(bond_opt_get(BOND_OPT_PACKETS_PER_SLAVE), &newval)) {
  3881. pr_warn("Warning: packets_per_slave (%d) should be between 0 and %u resetting to 1\n",
  3882. packets_per_slave, USHRT_MAX);
  3883. packets_per_slave = 1;
  3884. }
  3885. if (bond_mode == BOND_MODE_ALB) {
  3886. pr_notice("In ALB mode you might experience client disconnections upon reconnection of a link if the bonding module updelay parameter (%d msec) is incompatible with the forwarding delay time of the switch\n",
  3887. updelay);
  3888. }
  3889. if (!miimon) {
  3890. if (updelay || downdelay) {
  3891. /* just warn the user the up/down delay will have
  3892. * no effect since miimon is zero...
  3893. */
  3894. pr_warn("Warning: miimon module parameter not set and updelay (%d) or downdelay (%d) module parameter is set; updelay and downdelay have no effect unless miimon is set\n",
  3895. updelay, downdelay);
  3896. }
  3897. } else {
  3898. /* don't allow arp monitoring */
  3899. if (arp_interval) {
  3900. pr_warn("Warning: miimon (%d) and arp_interval (%d) can't be used simultaneously, disabling ARP monitoring\n",
  3901. miimon, arp_interval);
  3902. arp_interval = 0;
  3903. }
  3904. if ((updelay % miimon) != 0) {
  3905. pr_warn("Warning: updelay (%d) is not a multiple of miimon (%d), updelay rounded to %d ms\n",
  3906. updelay, miimon, (updelay / miimon) * miimon);
  3907. }
  3908. updelay /= miimon;
  3909. if ((downdelay % miimon) != 0) {
  3910. pr_warn("Warning: downdelay (%d) is not a multiple of miimon (%d), downdelay rounded to %d ms\n",
  3911. downdelay, miimon,
  3912. (downdelay / miimon) * miimon);
  3913. }
  3914. downdelay /= miimon;
  3915. }
  3916. if (arp_interval < 0) {
  3917. pr_warn("Warning: arp_interval module parameter (%d), not in range 0-%d, so it was reset to 0\n",
  3918. arp_interval, INT_MAX);
  3919. arp_interval = 0;
  3920. }
  3921. for (arp_ip_count = 0, i = 0;
  3922. (arp_ip_count < BOND_MAX_ARP_TARGETS) && arp_ip_target[i]; i++) {
  3923. __be32 ip;
  3924. /* not a complete check, but good enough to catch mistakes */
  3925. if (!in4_pton(arp_ip_target[i], -1, (u8 *)&ip, -1, NULL) ||
  3926. !bond_is_ip_target_ok(ip)) {
  3927. pr_warn("Warning: bad arp_ip_target module parameter (%s), ARP monitoring will not be performed\n",
  3928. arp_ip_target[i]);
  3929. arp_interval = 0;
  3930. } else {
  3931. if (bond_get_targets_ip(arp_target, ip) == -1)
  3932. arp_target[arp_ip_count++] = ip;
  3933. else
  3934. pr_warn("Warning: duplicate address %pI4 in arp_ip_target, skipping\n",
  3935. &ip);
  3936. }
  3937. }
  3938. if (arp_interval && !arp_ip_count) {
  3939. /* don't allow arping if no arp_ip_target given... */
  3940. pr_warn("Warning: arp_interval module parameter (%d) specified without providing an arp_ip_target parameter, arp_interval was reset to 0\n",
  3941. arp_interval);
  3942. arp_interval = 0;
  3943. }
  3944. if (arp_validate) {
  3945. if (!arp_interval) {
  3946. pr_err("arp_validate requires arp_interval\n");
  3947. return -EINVAL;
  3948. }
  3949. bond_opt_initstr(&newval, arp_validate);
  3950. valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_VALIDATE),
  3951. &newval);
  3952. if (!valptr) {
  3953. pr_err("Error: invalid arp_validate \"%s\"\n",
  3954. arp_validate);
  3955. return -EINVAL;
  3956. }
  3957. arp_validate_value = valptr->value;
  3958. } else {
  3959. arp_validate_value = 0;
  3960. }
  3961. if (arp_all_targets) {
  3962. bond_opt_initstr(&newval, arp_all_targets);
  3963. valptr = bond_opt_parse(bond_opt_get(BOND_OPT_ARP_ALL_TARGETS),
  3964. &newval);
  3965. if (!valptr) {
  3966. pr_err("Error: invalid arp_all_targets_value \"%s\"\n",
  3967. arp_all_targets);
  3968. arp_all_targets_value = 0;
  3969. } else {
  3970. arp_all_targets_value = valptr->value;
  3971. }
  3972. }
  3973. if (miimon) {
  3974. pr_info("MII link monitoring set to %d ms\n", miimon);
  3975. } else if (arp_interval) {
  3976. valptr = bond_opt_get_val(BOND_OPT_ARP_VALIDATE,
  3977. arp_validate_value);
  3978. pr_info("ARP monitoring set to %d ms, validate %s, with %d target(s):",
  3979. arp_interval, valptr->string, arp_ip_count);
  3980. for (i = 0; i < arp_ip_count; i++)
  3981. pr_cont(" %s", arp_ip_target[i]);
  3982. pr_cont("\n");
  3983. } else if (max_bonds) {
  3984. /* miimon and arp_interval not set, we need one so things
  3985. * work as expected, see bonding.txt for details
  3986. */
  3987. pr_debug("Warning: either miimon or arp_interval and arp_ip_target module parameters must be specified, otherwise bonding will not detect link failures! see bonding.txt for details\n");
  3988. }
  3989. if (primary && !bond_mode_uses_primary(bond_mode)) {
  3990. /* currently, using a primary only makes sense
  3991. * in active backup, TLB or ALB modes
  3992. */
  3993. pr_warn("Warning: %s primary device specified but has no effect in %s mode\n",
  3994. primary, bond_mode_name(bond_mode));
  3995. primary = NULL;
  3996. }
  3997. if (primary && primary_reselect) {
  3998. bond_opt_initstr(&newval, primary_reselect);
  3999. valptr = bond_opt_parse(bond_opt_get(BOND_OPT_PRIMARY_RESELECT),
  4000. &newval);
  4001. if (!valptr) {
  4002. pr_err("Error: Invalid primary_reselect \"%s\"\n",
  4003. primary_reselect);
  4004. return -EINVAL;
  4005. }
  4006. primary_reselect_value = valptr->value;
  4007. } else {
  4008. primary_reselect_value = BOND_PRI_RESELECT_ALWAYS;
  4009. }
  4010. if (fail_over_mac) {
  4011. bond_opt_initstr(&newval, fail_over_mac);
  4012. valptr = bond_opt_parse(bond_opt_get(BOND_OPT_FAIL_OVER_MAC),
  4013. &newval);
  4014. if (!valptr) {
  4015. pr_err("Error: invalid fail_over_mac \"%s\"\n",
  4016. fail_over_mac);
  4017. return -EINVAL;
  4018. }
  4019. fail_over_mac_value = valptr->value;
  4020. if (bond_mode != BOND_MODE_ACTIVEBACKUP)
  4021. pr_warn("Warning: fail_over_mac only affects active-backup mode\n");
  4022. } else {
  4023. fail_over_mac_value = BOND_FOM_NONE;
  4024. }
  4025. bond_opt_initstr(&newval, "default");
  4026. valptr = bond_opt_parse(
  4027. bond_opt_get(BOND_OPT_AD_ACTOR_SYS_PRIO),
  4028. &newval);
  4029. if (!valptr) {
  4030. pr_err("Error: No ad_actor_sys_prio default value");
  4031. return -EINVAL;
  4032. }
  4033. ad_actor_sys_prio = valptr->value;
  4034. valptr = bond_opt_parse(bond_opt_get(BOND_OPT_AD_USER_PORT_KEY),
  4035. &newval);
  4036. if (!valptr) {
  4037. pr_err("Error: No ad_user_port_key default value");
  4038. return -EINVAL;
  4039. }
  4040. ad_user_port_key = valptr->value;
  4041. bond_opt_initstr(&newval, "default");
  4042. valptr = bond_opt_parse(bond_opt_get(BOND_OPT_TLB_DYNAMIC_LB), &newval);
  4043. if (!valptr) {
  4044. pr_err("Error: No tlb_dynamic_lb default value");
  4045. return -EINVAL;
  4046. }
  4047. tlb_dynamic_lb = valptr->value;
  4048. if (lp_interval == 0) {
  4049. pr_warn("Warning: ip_interval must be between 1 and %d, so it was reset to %d\n",
  4050. INT_MAX, BOND_ALB_DEFAULT_LP_INTERVAL);
  4051. lp_interval = BOND_ALB_DEFAULT_LP_INTERVAL;
  4052. }
  4053. /* fill params struct with the proper values */
  4054. params->mode = bond_mode;
  4055. params->xmit_policy = xmit_hashtype;
  4056. params->miimon = miimon;
  4057. params->num_peer_notif = num_peer_notif;
  4058. params->arp_interval = arp_interval;
  4059. params->arp_validate = arp_validate_value;
  4060. params->arp_all_targets = arp_all_targets_value;
  4061. params->updelay = updelay;
  4062. params->downdelay = downdelay;
  4063. params->use_carrier = use_carrier;
  4064. params->lacp_fast = lacp_fast;
  4065. params->primary[0] = 0;
  4066. params->primary_reselect = primary_reselect_value;
  4067. params->fail_over_mac = fail_over_mac_value;
  4068. params->tx_queues = tx_queues;
  4069. params->all_slaves_active = all_slaves_active;
  4070. params->resend_igmp = resend_igmp;
  4071. params->min_links = min_links;
  4072. params->lp_interval = lp_interval;
  4073. params->packets_per_slave = packets_per_slave;
  4074. params->tlb_dynamic_lb = tlb_dynamic_lb;
  4075. params->ad_actor_sys_prio = ad_actor_sys_prio;
  4076. eth_zero_addr(params->ad_actor_system);
  4077. params->ad_user_port_key = ad_user_port_key;
  4078. if (packets_per_slave > 0) {
  4079. params->reciprocal_packets_per_slave =
  4080. reciprocal_value(packets_per_slave);
  4081. } else {
  4082. /* reciprocal_packets_per_slave is unused if
  4083. * packets_per_slave is 0 or 1, just initialize it
  4084. */
  4085. params->reciprocal_packets_per_slave =
  4086. (struct reciprocal_value) { 0 };
  4087. }
  4088. if (primary) {
  4089. strncpy(params->primary, primary, IFNAMSIZ);
  4090. params->primary[IFNAMSIZ - 1] = 0;
  4091. }
  4092. memcpy(params->arp_targets, arp_target, sizeof(arp_target));
  4093. return 0;
  4094. }
  4095. /* Called from registration process */
  4096. static int bond_init(struct net_device *bond_dev)
  4097. {
  4098. struct bonding *bond = netdev_priv(bond_dev);
  4099. struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id);
  4100. netdev_dbg(bond_dev, "Begin bond_init\n");
  4101. bond->wq = alloc_ordered_workqueue(bond_dev->name, WQ_MEM_RECLAIM);
  4102. if (!bond->wq)
  4103. return -ENOMEM;
  4104. bond->nest_level = SINGLE_DEPTH_NESTING;
  4105. netdev_lockdep_set_classes(bond_dev);
  4106. list_add_tail(&bond->bond_list, &bn->dev_list);
  4107. bond_prepare_sysfs_group(bond);
  4108. bond_debug_register(bond);
  4109. /* Ensure valid dev_addr */
  4110. if (is_zero_ether_addr(bond_dev->dev_addr) &&
  4111. bond_dev->addr_assign_type == NET_ADDR_PERM)
  4112. eth_hw_addr_random(bond_dev);
  4113. return 0;
  4114. }
  4115. unsigned int bond_get_num_tx_queues(void)
  4116. {
  4117. return tx_queues;
  4118. }
  4119. /* Create a new bond based on the specified name and bonding parameters.
  4120. * If name is NULL, obtain a suitable "bond%d" name for us.
  4121. * Caller must NOT hold rtnl_lock; we need to release it here before we
  4122. * set up our sysfs entries.
  4123. */
  4124. int bond_create(struct net *net, const char *name)
  4125. {
  4126. struct net_device *bond_dev;
  4127. struct bonding *bond;
  4128. struct alb_bond_info *bond_info;
  4129. int res;
  4130. rtnl_lock();
  4131. bond_dev = alloc_netdev_mq(sizeof(struct bonding),
  4132. name ? name : "bond%d", NET_NAME_UNKNOWN,
  4133. bond_setup, tx_queues);
  4134. if (!bond_dev) {
  4135. pr_err("%s: eek! can't alloc netdev!\n", name);
  4136. rtnl_unlock();
  4137. return -ENOMEM;
  4138. }
  4139. /*
  4140. * Initialize rx_hashtbl_used_head to RLB_NULL_INDEX.
  4141. * It is set to 0 by default which is wrong.
  4142. */
  4143. bond = netdev_priv(bond_dev);
  4144. bond_info = &(BOND_ALB_INFO(bond));
  4145. bond_info->rx_hashtbl_used_head = RLB_NULL_INDEX;
  4146. dev_net_set(bond_dev, net);
  4147. bond_dev->rtnl_link_ops = &bond_link_ops;
  4148. res = register_netdevice(bond_dev);
  4149. if (res < 0) {
  4150. free_netdev(bond_dev);
  4151. rtnl_unlock();
  4152. return res;
  4153. }
  4154. netif_carrier_off(bond_dev);
  4155. bond_work_init_all(bond);
  4156. rtnl_unlock();
  4157. return 0;
  4158. }
  4159. static int __net_init bond_net_init(struct net *net)
  4160. {
  4161. struct bond_net *bn = net_generic(net, bond_net_id);
  4162. bn->net = net;
  4163. INIT_LIST_HEAD(&bn->dev_list);
  4164. bond_create_proc_dir(bn);
  4165. bond_create_sysfs(bn);
  4166. return 0;
  4167. }
  4168. static void __net_exit bond_net_exit(struct net *net)
  4169. {
  4170. struct bond_net *bn = net_generic(net, bond_net_id);
  4171. struct bonding *bond, *tmp_bond;
  4172. LIST_HEAD(list);
  4173. bond_destroy_sysfs(bn);
  4174. /* Kill off any bonds created after unregistering bond rtnl ops */
  4175. rtnl_lock();
  4176. list_for_each_entry_safe(bond, tmp_bond, &bn->dev_list, bond_list)
  4177. unregister_netdevice_queue(bond->dev, &list);
  4178. unregister_netdevice_many(&list);
  4179. rtnl_unlock();
  4180. bond_destroy_proc_dir(bn);
  4181. }
  4182. static struct pernet_operations bond_net_ops = {
  4183. .init = bond_net_init,
  4184. .exit = bond_net_exit,
  4185. .id = &bond_net_id,
  4186. .size = sizeof(struct bond_net),
  4187. };
  4188. static int __init bonding_init(void)
  4189. {
  4190. int i;
  4191. int res;
  4192. pr_info("%s", bond_version);
  4193. res = bond_check_params(&bonding_defaults);
  4194. if (res)
  4195. goto out;
  4196. res = register_pernet_subsys(&bond_net_ops);
  4197. if (res)
  4198. goto out;
  4199. res = bond_netlink_init();
  4200. if (res)
  4201. goto err_link;
  4202. bond_create_debugfs();
  4203. for (i = 0; i < max_bonds; i++) {
  4204. res = bond_create(&init_net, NULL);
  4205. if (res)
  4206. goto err;
  4207. }
  4208. register_netdevice_notifier(&bond_netdev_notifier);
  4209. out:
  4210. return res;
  4211. err:
  4212. bond_destroy_debugfs();
  4213. bond_netlink_fini();
  4214. err_link:
  4215. unregister_pernet_subsys(&bond_net_ops);
  4216. goto out;
  4217. }
  4218. static void __exit bonding_exit(void)
  4219. {
  4220. unregister_netdevice_notifier(&bond_netdev_notifier);
  4221. bond_destroy_debugfs();
  4222. bond_netlink_fini();
  4223. unregister_pernet_subsys(&bond_net_ops);
  4224. #ifdef CONFIG_NET_POLL_CONTROLLER
  4225. /* Make sure we don't have an imbalance on our netpoll blocking */
  4226. WARN_ON(atomic_read(&netpoll_block_tx));
  4227. #endif
  4228. }
  4229. module_init(bonding_init);
  4230. module_exit(bonding_exit);
  4231. MODULE_LICENSE("GPL");
  4232. MODULE_VERSION(DRV_VERSION);
  4233. MODULE_DESCRIPTION(DRV_DESCRIPTION ", v" DRV_VERSION);
  4234. MODULE_AUTHOR("Thomas Davis, tadavis@lbl.gov and many others");