net/ionic: convert per-queue offloads into queue flags
authorAndrew Boyer <aboyer@pensando.io>
Mon, 18 Jan 2021 20:35:06 +0000 (12:35 -0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 29 Jan 2021 17:16:10 +0000 (18:16 +0100)
commit68591087ac59825e804d86aa70012e9b88a4427b
tree71a83f89c4fa2655112d2ecd3105b24fc62f2742
parentf603eebc43840fc70a3abdbb5089c2564ce61ec8
net/ionic: convert per-queue offloads into queue flags

This will conserve resources by reducing struct ionic_qcq.

Saving a cacheline or two in the rxq and txq structs helps when
running in embedded configurations where CPU cache space is at a
premium.

Signed-off-by: Andrew Boyer <aboyer@pensando.io>
drivers/net/ionic/ionic_lif.h
drivers/net/ionic/ionic_rxtx.c