bond_main.c 124 KB

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