public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 0/2] xfrm: new command for configuring SPD hash
@ 2015-04-09 15:39 Christophe Gouault
  2015-04-09 15:39 ` [PATCH iproute2 1/2] xfrm: add command for configuring SPD hash table Christophe Gouault
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Christophe Gouault @ 2015-04-09 15:39 UTC (permalink / raw)
  To: shemminger; +Cc: netdev

This patch adds a new command to configure the SPD hash table:
   ip xfrm policy set [ hthresh4 LBITS RBITS ] [ hthresh6 LBITS RBITS ]

and code to display the SPD hash configuration:
   ip -s -s xfrm policy count

The second path updates ip xfrm man page.

Best Regards,
Christophe
--
 ip/xfrm_policy.c   |  105 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 man/man8/ip-xfrm.8 |   61 ++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 161 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2015-04-13 13:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-09 15:39 [PATCH iproute2 0/2] xfrm: new command for configuring SPD hash Christophe Gouault
2015-04-09 15:39 ` [PATCH iproute2 1/2] xfrm: add command for configuring SPD hash table Christophe Gouault
2015-04-09 15:39 ` [PATCH iproute2 2/2] xfrm: revise man page and document ip xfrm policy set Christophe Gouault
2015-04-10 20:22 ` [PATCH iproute2 0/2] xfrm: new command for configuring SPD hash Stephen Hemminger
2015-04-13 13:29   ` Christophe Gouault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox