Re: [PATCH] vdpa: consume device_features parameter

2023-09-11 Thread Si-Wei Liu
Thanks David, for clarifications. Now I see the patch just got posted by Shannon (thanks!) with the correct iproute2 label in the subject line. We may expect to see this land on iproute2 repo soon? Thanks! -Siwei On 9/9/2023 1:36 PM, David Ahern wrote: On 9/8/23 12:37 PM, Si-Wei Liu wrote:

Re: [PATCH] vdpa: consume device_features parameter

2023-09-08 Thread Si-Wei Liu
On 9/7/2023 5:07 PM, David Ahern wrote: On 9/7/23 2:41 PM, Si-Wei Liu wrote: Hi David, Why this patch doesn't get picked in the last 4 months? Maybe the subject is not clear, but this is an iproute2 patch. Would it be possible to merge at your earliest convenience? PS, adding my R-b to the

Re: [PATCH] vdpa: consume device_features parameter

2023-09-07 Thread Nelson, Shannon via Virtualization
On 9/7/2023 1:41 PM, Si-Wei Liu wrote: Hi David, Why this patch doesn't get picked in the last 4 months? Maybe the subject is not clear, but this is an iproute2 patch. Would it be possible to merge at your earliest convenience? PS, adding my R-b to the patch. Maybe I aimed this at the wrong

Re: [PATCH] vdpa: consume device_features parameter

2023-09-07 Thread Si-Wei Liu
Hi David, Why this patch doesn't get picked in the last 4 months? Maybe the subject is not clear, but this is an iproute2 patch. Would it be possible to merge at your earliest convenience? PS, adding my R-b to the patch. Thanks, -Siwei On Sat, May 13, 2023 at 12:42 AM Shannon Nelson

Re: [PATCH] vdpa: consume device_features parameter

2023-05-16 Thread Jason Wang
On Sat, May 13, 2023 at 12:42 AM Shannon Nelson wrote: > > From: Allen Hubbe > > Consume the parameter to device_features when parsing command line > options. Otherwise the parameter may be used again as an option name. > > # vdpa dev add ... device_features 0xdeadbeef mac 00:11:22:33:44:55 >

[PATCH] vdpa: consume device_features parameter

2023-05-12 Thread Shannon Nelson
From: Allen Hubbe Consume the parameter to device_features when parsing command line options. Otherwise the parameter may be used again as an option name. # vdpa dev add ... device_features 0xdeadbeef mac 00:11:22:33:44:55 Unknown option "0xdeadbeef" Fixes: a4442ce58ebb ("vdpa: allow