> -----Original Message-----
> From: dev <ovs-dev-boun...@openvswitch.org> On Behalf Of David Marchand
> Sent: Thursday, August 25, 2022 3:55 PM
> To: d...@openvswitch.org
> 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 <david.march...@redhat.com>
> ---
>  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 <sunil.pa...@intel.com>

<snipped>
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to