DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/tap: update driver param string
@ 2017-04-11  9:01 Pascal Mazon
  2017-04-11 10:30 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Pascal Mazon @ 2017-04-11  9:01 UTC (permalink / raw)
  To: keith.wiles, ferruh.yigit; +Cc: dev, Pascal Mazon

Fixes: 2bc06869cd94 ("net/tap: add remote netdevice traffic capture")

Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com>
---
 drivers/net/tap/rte_eth_tap.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/drivers/net/tap/rte_eth_tap.c b/drivers/net/tap/rte_eth_tap.c
index 347a80741e40..cd82a7e09c75 100644
--- a/drivers/net/tap/rte_eth_tap.c
+++ b/drivers/net/tap/rte_eth_tap.c
@@ -1394,4 +1394,7 @@ static struct rte_vdev_driver pmd_tap_drv = {
 };
 RTE_PMD_REGISTER_VDEV(net_tap, pmd_tap_drv);
 RTE_PMD_REGISTER_ALIAS(net_tap, eth_tap);
-RTE_PMD_REGISTER_PARAM_STRING(net_tap, "iface=<string>,speed=N");
+RTE_PMD_REGISTER_PARAM_STRING(net_tap,
+			      ETH_TAP_IFACE_ARG "=<string> "
+			      ETH_TAP_SPEED_ARG "=<int> "
+			      ETH_TAP_REMOTE_ARG "=<string>");
-- 
2.12.0.306.g4a9b9b3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] net/tap: update driver param string
  2017-04-11  9:01 [dpdk-dev] [PATCH] net/tap: update driver param string Pascal Mazon
@ 2017-04-11 10:30 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2017-04-11 10:30 UTC (permalink / raw)
  To: Pascal Mazon, keith.wiles; +Cc: dev

On 4/11/2017 10:01 AM, Pascal Mazon wrote:
> Fixes: 2bc06869cd94 ("net/tap: add remote netdevice traffic capture")
> 
> Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com>

Applied to dpdk-next-net/master, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-11 10:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11  9:01 [dpdk-dev] [PATCH] net/tap: update driver param string Pascal Mazon
2017-04-11 10:30 ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).