[PATCH v2 1/1] net/tap: add a check that Rx/Tx have the same num of queues

2022-01-11 Thread Nobuhiro MIKI
: Nobuhiro MIKI --- v2: fix commit message I had first discussed this issue in OVS [1], but changed my mind that a fix in DPDK would be more appropriate. [1]: https://mail.openvswitch.org/pipermail/ovs-dev/2021-November/389690.html --- drivers/net/tap/rte_eth_tap.c | 8 1 file changed, 8

[PATCH v3 1/1] net/tap: add a check that Rx/Tx have the same num of queues

2022-01-18 Thread Nobuhiro MIKI
: Nobuhiro MIKI --- v3: add doc for this limitation in doc/guides/nics/tap.rst v2: fix commit message I had first discussed this issue in OVS [1], but changed my mind that a fix in DPDK would be more appropriate. [1]: https://mail.openvswitch.org/pipermail/ovs-dev/2021-November/389690.html --- doc

Re: [PATCH v2 1/1] net/tap: add a check that Rx/Tx have the same num of queues

2022-01-18 Thread Nobuhiro MIKI
On Tue, Jan 18, 2022 at 12:31:51PM +, Ferruh Yigit wrote: > On 1/12/2022 7:23 AM, Nobuhiro MIKI wrote: > > Users can create the desired number of RxQ and TxQ in DPDK. For > > example, if the number of RxQ = 2 and the number of TxQ = 5, > > a total of 8 file descriptors

[PATCH 1/1] net/tap: add a check that Rx/Tx have the same num of queues

2021-12-13 Thread Nobuhiro MIKI
]: https://mail.openvswitch.org/pipermail/ovs-dev/2021-November/389690.html Signed-off-by: Nobuhiro MIKI --- drivers/net/tap/rte_eth_tap.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/tap/rte_eth_tap.c b/drivers/net/tap/rte_eth_tap.c index f1b48cae82..f0090a604d 100644

[PATCH 2/2] vhost: refactor to follow new naming convention

2023-03-08 Thread Nobuhiro MIKI
Simply replace '_slave_' with '_backend_'. Signed-off-by: Nobuhiro MIKI --- drivers/vdpa/ifc/ifcvf_vdpa.c | 2 +- lib/vhost/rte_vhost.h | 2 +- lib/vhost/version.map | 2 +- lib/vhost/vhost.c | 4 +-- lib/vhost/vhost.h | 4 +-- li

[PATCH 0/2] vhost: fix names to follow new naming convention

2023-03-08 Thread Nobuhiro MIKI
In this series, we simply replace '_slave_' with '_backend_' so that vhost user protocol message, protocol names follow the new naming conventions. Nobuhiro Miki (2): vhost: fix constants to follow new naming convension vhost: refactor to follow new naming conventio

[PATCH 1/2] vhost: fix constants to follow new naming convension

2023-03-08 Thread Nobuhiro MIKI
naming convension. But, in this patch we only focus on constants. [1] https://qemu-project.gitlab.io/qemu/interop/vhost-user.html Signed-off-by: Nobuhiro MIKI --- drivers/vdpa/ifc/ifcvf_vdpa.c | 4 ++-- drivers/vdpa/mlx5/mlx5_vdpa.c | 4 ++-- drivers/vdpa/sfc/sfc_vdpa_ops.c | 4 ++-- lib

Re: [PATCH 2/2] vhost: refactor to follow new naming convention

2023-03-08 Thread Nobuhiro MIKI
On 2023/03/09 12:03, Xia, Chenbo wrote: > Hi Nobuhiro, > > Thanks for the work, check comments inline. > >> -Original Message- >> From: Nobuhiro MIKI >> Sent: Thursday, March 9, 2023 10:07 AM >> To: maxime.coque...@redhat.com; Xia, Chenbo >> C

[PATCH v2 0/2] vhost: fix names to follow new naming convention

2023-03-08 Thread Nobuhiro MIKI
In this series, we simply replace 'master' with 'frontend' and 'slave' with 'backend' so that vhost user protocol message, protocol names follow the new naming conventions. v2: - Update .mailmap in patch 1 - Replace 'master' with 'frontend&#x

[PATCH v2 1/2] vhost: fix constants to follow new naming convention

2023-03-08 Thread Nobuhiro MIKI
naming convention. But, in this patch we only focus on constants. [1] https://qemu-project.gitlab.io/qemu/interop/vhost-user.html Signed-off-by: Nobuhiro MIKI Acked-by: Stephen Hemminger --- .mailmap| 2 +- drivers/vdpa/ifc/ifcvf_vdpa.c | 4 ++-- drivers/vdpa/mlx5

[PATCH v2 2/2] vhost: refactor to follow new naming convention

2023-03-08 Thread Nobuhiro MIKI
Simply replace 'master' with 'frontend' and 'slave' with 'backend'. Signed-off-by: Nobuhiro MIKI Acked-by: Stephen Hemminger --- drivers/vdpa/ifc/ifcvf_vdpa.c | 2 +- lib/vhost/rte_vhost.h | 8 ++-- lib/vhost/version.map | 2 +- li