Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1560838
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] net: ethernet: stmmac: add ARP management |
| Date | 2017-01-17 18:30 +0100 |
| Message-ID | <t0FK2-1rB-37@gated-at.bofh.it> (permalink) |
| References | <t0Fh0-12w-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 01/17/2017 08:56 AM, Christophe Roullier wrote: > DWC_ether_qos supports the Address Recognition > Protocol (ARP) Offload for IPv4 packets. This feature > allows the processing of the IPv4 ARP request packet > in the receive path and generating corresponding ARP > response packet in the transmit path. DWC_ether_qos > generates the ARP reply packets for appropriate ARP > request packets. > diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c > index 4daa8a3..92a0db9 100644 > --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c > +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c > @@ -306,6 +306,7 @@ struct plat_stmmacenet_data * > plat->has_gmac = 0; > plat->pmt = 1; > plat->tso_en = of_property_read_bool(np, "snps,tso"); > + plat->arp_en = of_property_read_bool(np, "snps,arp"); You introduce a new property that needs to be documented in the Device Tree binding document for stmmac. -- Florian
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] net: ethernet: stmmac: add ARP management Christophe Roullier <christophe.roullier@st.com> - 2017-01-17 18:00 +0100
Re: [PATCH] net: ethernet: stmmac: add ARP management David Miller <davem@davemloft.net> - 2017-01-17 18:10 +0100
Re: [PATCH] net: ethernet: stmmac: add ARP management Andrew Lunn <andrew@lunn.ch> - 2017-01-17 18:30 +0100
Re: [PATCH] net: ethernet: stmmac: add ARP management Florian Fainelli <f.fainelli@gmail.com> - 2017-01-17 18:50 +0100
Re: [PATCH] net: ethernet: stmmac: add ARP management Florian Fainelli <f.fainelli@gmail.com> - 2017-01-17 18:30 +0100
Re: [PATCH] net: ethernet: stmmac: add ARP management Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-01-18 00:20 +0100
Re: [PATCH] net: ethernet: stmmac: add ARP management kbuild test robot <lkp@intel.com> - 2017-01-18 04:00 +0100
Re: [PATCH] net: ethernet: stmmac: add ARP management Rayagond Kokatanur <rayagond@vayavyalabs.com> - 2017-01-18 11:20 +0100
csiph-web