Re: [dpdk-dev] [PATCH] net/enic: fix raw item length check

2019-04-11 Thread Ferruh Yigit
On 4/9/2019 7:40 AM, Hyong Youb Kim wrote: > Currently, the raw item is always preceeded by a UDP header, and both > land in the L4 pattern buffer. So consider the UDP header size when > checking if the raw spec fits in the L4 buffer. > > Coverity issue: 336796 > Coverity issue: 336850 > Fixes: 47

[dpdk-dev] [PATCH] net/enic: fix raw item length check

2019-04-08 Thread Hyong Youb Kim
Currently, the raw item is always preceeded by a UDP header, and both land in the L4 pattern buffer. So consider the UDP header size when checking if the raw spec fits in the L4 buffer. Coverity issue: 336796 Coverity issue: 336850 Fixes: 477959e6eeb0 ("net/enic: enable limited support for raw flo