Re: [dpdk-dev] [PATCH] doc: update af_xdp documentation on MTU limitations

2020-02-19 Thread Ferruh Yigit
On 2/19/2020 12:57 AM, Ye Xiaolong wrote: > Nice doc about MTU of AF_XDP, thanks for the update. > > On 02/18, Ciara Loftus wrote: >> Explain how kernel driver RX buffer sizes affect the maximum >> MTU size in practice. >> >> Signed-off-by: Ciara Loftus >> --- >> doc/guides/nics/af_xdp.rst | 26 +

Re: [dpdk-dev] [PATCH] doc: update af_xdp documentation on MTU limitations

2020-02-18 Thread Ye Xiaolong
Nice doc about MTU of AF_XDP, thanks for the update. On 02/18, Ciara Loftus wrote: >Explain how kernel driver RX buffer sizes affect the maximum >MTU size in practice. > >Signed-off-by: Ciara Loftus >--- > doc/guides/nics/af_xdp.rst | 26 +++--- > 1 file changed, 23 insertions(

[dpdk-dev] [PATCH] doc: update af_xdp documentation on MTU limitations

2020-02-18 Thread Ciara Loftus
Explain how kernel driver RX buffer sizes affect the maximum MTU size in practice. Signed-off-by: Ciara Loftus --- doc/guides/nics/af_xdp.rst | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/doc/guides/nics/af_xdp.rst b/doc/guides/nics/af_xdp.rst in