bond_main.c 134 KB

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