bond_main.c 124 KB

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