net/sfc: fix incorrect bitwise ORing of L3/L4 packet types
authorAndrew Rybchenko <arybchenko@solarflare.com>
Sun, 24 Dec 2017 10:46:40 +0000 (10:46 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000 (18:47 +0100)
commitfb96ec5612c2434e8690acd2e27a9b5374c6f62d
treeca05f31ceb5854d570604366569dab09c4dfa853
parent36c35355f6c91c885ed8b50db8af8997a6f0abc4
net/sfc: fix incorrect bitwise ORing of L3/L4 packet types

Not a bug since value is set only once, but it is still incorrect.

Fixes: 638bddc99faa ("net/sfc: implement EF10 native Rx datapath")
Cc: stable@dpdk.org
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/sfc/sfc_ef10_rx.c