[dpdk-dev] [PATCH] net/enic: fix fdir UDP v4 source port mask

2016-10-19 Thread Bruce Richardson
On Mon, Oct 17, 2016 at 10:17:08PM -0700, John Daley wrote: > This fixes issue found by Coverity where a typo caused the flow director > UDP IPv4 source port mask to be assigned the destination port mask > supplied by the caller. > > Coverity issue: 137860 > > Fixes: dfbd6a9cb504 ("net/enic: exte

[dpdk-dev] [PATCH] net/enic: fix fdir UDP v4 source port mask

2016-10-17 Thread John Daley
This fixes issue found by Coverity where a typo caused the flow director UDP IPv4 source port mask to be assigned the destination port mask supplied by the caller. Coverity issue: 137860 Fixes: dfbd6a9cb504 ("net/enic: extend flow director support for 1300 series") Signed-off-by: John Daley ---