Re: [dpdk-dev] [PATCH] net/nfp: fix check when jumbos and strip CRC

2017-11-17 Thread Alejandro Lucero
Wrong patch. I have removed it from patchwork. On Fri, Nov 17, 2017 at 6:23 PM, Alejandro Lucero < alejandro.luc...@netronome.com> wrote: > We have two problems here. First the jumbo frame check should not be > there at all. Then, the configuration should not fail in any case > related to CRC st

[dpdk-dev] [PATCH] net/nfp: fix check when jumbos and strip CRC

2017-11-17 Thread Alejandro Lucero
We have two problems here. First the jumbo frame check should not be there at all. Then, the configuration should not fail in any case related to CRC striping. Fixes: defb9a5dd156 ("nfp: introduce driver initialization") Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfp_net.c | 9 ++--