net/ionic: allow separate L3 and L4 checksum offload
authorAndrew Boyer <aboyer@pensando.io>
Mon, 18 Jan 2021 20:35:05 +0000 (12:35 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 29 Jan 2021 17:16:10 +0000 (18:16 +0100)
commitf603eebc43840fc70a3abdbb5089c2564ce61ec8
tree043135affbad9ddea3fd4ba529e5d2f8513387fc
parentf3926b1f876a8bb1c90e516c790c91eb5b4921cf
net/ionic: allow separate L3 and L4 checksum offload

DTS, at least, expects to be able to specify L4 checksum offload
without L3 csum offload. Split up the flag checks.

Fixes: a27d901331da ("net/ionic: add Rx and Tx handling")
Cc: stable@dpdk.org
Signed-off-by: Andrew Boyer <aboyer@pensando.io>
drivers/net/ionic/ionic_rxtx.c