Re: [dpdk-dev] [PATCH] examples/ptpclient: enable Rx queue configuration
19/08/2021 10:58, Simei Su: > This patch adds support to enable per-queue Rx offloads so that > it can convey the configuration to PMD. > > Signed-off-by: Simei Su Applied, thanks.
[dpdk-dev] [PATCH] examples/ptpclient: enable Rx queue configuration
This patch adds support to enable per-queue Rx offloads so that it can convey the configuration to PMD. Signed-off-by: Simei Su --- examples/ptpclient/ptpclient.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/ptpclient/ptpclient.c b/examples/ptpclient/ptpclie