Re: [dpdk-dev] [PATCH] examples/vhost: remove unnecessary method and constant

2019-01-10 Thread Maxime Coquelin
On 1/9/19 3:57 PM, Rami Rosen wrote: This cleanup patch removes a method and a constant which are now unnecessary in the VHOST sample applicaiopn, namely the validate_num_devices() method and the MAX_DEVICES constant. Fixes: 56fe86f8dcaf ("examples/vhost: embed statistics into device structu

Re: [dpdk-dev] [PATCH] examples/vhost: remove unnecessary method and constant

2019-01-10 Thread Maxime Coquelin
On 1/9/19 3:57 PM, Rami Rosen wrote: This cleanup patch removes a method and a constant which are now unnecessary in the VHOST sample applicaiopn, namely the s/applicaiopn/application/ validate_num_devices() method and the MAX_DEVICES constant. Fixes: 56fe86f8dcaf ("examples/vhost: embed

[dpdk-dev] [PATCH] examples/vhost: remove unnecessary method and constant

2019-01-09 Thread Rami Rosen
This cleanup patch removes a method and a constant which are now unnecessary in the VHOST sample applicaiopn, namely the validate_num_devices() method and the MAX_DEVICES constant. Fixes: 56fe86f8dcaf ("examples/vhost: embed statistics into device structure") Cc: sta...@dpdk.org Signed-off-by: R