All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/ring: fix param string info
@ 2016-08-31 16:53 Ferruh Yigit
  2016-10-13 10:22 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2016-08-31 16:53 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson

Fixes: 65eca099f405 ("drivers: split parameters infos in multiple lines")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 drivers/net/ring/rte_eth_ring.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ring/rte_eth_ring.c b/drivers/net/ring/rte_eth_ring.c
index 5551e18..b09d433 100644
--- a/drivers/net/ring/rte_eth_ring.c
+++ b/drivers/net/ring/rte_eth_ring.c
@@ -631,4 +631,4 @@ static struct rte_driver pmd_ring_drv = {
 
 PMD_REGISTER_DRIVER(pmd_ring_drv, eth_ring);
 DRIVER_REGISTER_PARAM_STRING(eth_ring,
-	"nodeaction=[attach|detach]");
+	ETH_RING_NUMA_NODE_ACTION_ARG "=name:node:action(ATTACH|CREATE)");
-- 
2.7.4

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

* Re: [PATCH] net/ring: fix param string info
  2016-08-31 16:53 [PATCH] net/ring: fix param string info Ferruh Yigit
@ 2016-10-13 10:22 ` Bruce Richardson
  2016-10-13 13:42   ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Richardson @ 2016-10-13 10:22 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev

On Wed, Aug 31, 2016 at 05:53:51PM +0100, Ferruh Yigit wrote:
> Fixes: 65eca099f405 ("drivers: split parameters infos in multiple lines")
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

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

* Re: [PATCH] net/ring: fix param string info
  2016-10-13 10:22 ` Bruce Richardson
@ 2016-10-13 13:42   ` Bruce Richardson
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Richardson @ 2016-10-13 13:42 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev

On Thu, Oct 13, 2016 at 11:22:25AM +0100, Bruce Richardson wrote:
> On Wed, Aug 31, 2016 at 05:53:51PM +0100, Ferruh Yigit wrote:
> > Fixes: 65eca099f405 ("drivers: split parameters infos in multiple lines")
> > 
> > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> > ---
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Applied to dpdk-next-net/rel_16_11

/Bruce

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

end of thread, other threads:[~2016-10-13 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-31 16:53 [PATCH] net/ring: fix param string info Ferruh Yigit
2016-10-13 10:22 ` Bruce Richardson
2016-10-13 13:42   ` Bruce Richardson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.