> -----Original Message----- > From: dev <[email protected]> On Behalf Of David Marchand > Sent: Thursday, August 25, 2022 3:55 PM > To: [email protected] > Subject: [ovs-dev] [PATCH 2/3] netdev-dpdk: Move DPDK netdev related > configuration. > > vhost related configuration and per port memory are netdev-dpdk > configuration items. > > dpdk-stub.c and netdev-dpdk.c are never linked together, so we can move > those bits out of the generic dpdk code. > > The dpdk_* accessors for those configuration items are then not needed > anymore and we can simply reference local variables. > > Signed-off-by: David Marchand <[email protected]> > --- > lib/dpdk-stub.c | 24 ----------- > lib/dpdk.c | 101 --------------------------------------------- > lib/dpdk.h | 4 -- > lib/netdev-dpdk.c | 102 ++++++++++++++++++++++++++++++++++++++++++---- > 4 files changed, 94 insertions(+), 137 deletions(-) >
Changes LGTM, Acked-by: Sunil Pai G <[email protected]> <snipped> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
