All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Increased number of next hops for LPM IPv4
@ 2016-03-08 20:52 Michal Kobylinski
  2016-03-08 20:52 ` [PATCH v3 1/2] lpm: extended ipv4 next_hop field Michal Kobylinski
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Michal Kobylinski @ 2016-03-08 20:52 UTC (permalink / raw)
  To: dev

This patchset extended next_hop field from 8-bits to 24-bits in LPM library for IPv4.

Added versioning symbols to functions and updated
library and applications that have a dependency on LPM library.

Michal Kobylinski (2):
  lpm: extend ip4 next_hop and add config structure
  examples: update to use new lpm lib for ipv4

 app/test/test_lpm.c                             |  122 +--
 doc/guides/rel_notes/release_16_04.rst          |    5 +-
 examples/ip_fragmentation/main.c                |   16 +-
 examples/ip_reassembly/main.c                   |   15 +-
 examples/l3fwd-power/main.c                     |    2 +-
 examples/l3fwd-vf/main.c                        |    2 +-
 examples/l3fwd/l3fwd_em_sse.h                   |    2 +-
 examples/l3fwd/l3fwd_lpm.h                      |    6 +-
 examples/l3fwd/l3fwd_lpm_sse.h                  |   24 +-
 examples/l3fwd/l3fwd_sse.h                      |    8 +-
 examples/load_balancer/runtime.c                |    2 +-
 examples/performance-thread/l3fwd-thread/main.c |   33 +-
 lib/librte_lpm/Makefile                         |    2 +-
 lib/librte_lpm/rte_lpm.c                        | 1090 ++++++++++++++++++++---
 lib/librte_lpm/rte_lpm.h                        |  202 +++--
 lib/librte_lpm/rte_lpm_version.map              |   11 +
 lib/librte_table/rte_table_lpm.c                |   15 +-
 17 files changed, 1277 insertions(+), 280 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-03-09 22:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08 20:52 [PATCH v3 0/2] Increased number of next hops for LPM IPv4 Michal Kobylinski
2016-03-08 20:52 ` [PATCH v3 1/2] lpm: extended ipv4 next_hop field Michal Kobylinski
2016-03-08 20:52 ` [PATCH 2/2] examples: update to use new lpm lib for ipv4 Michal Kobylinski
2016-03-09  0:45   ` Thomas Monjalon
2016-03-09  0:42 ` [PATCH v3 0/2] Increased number of next hops for LPM IPv4 Thomas Monjalon
2016-03-09  9:28   ` Kobylinski, MichalX
2016-03-09 12:40 ` [PATCH v4] lpm: extended ipv4 next_hop field Michal Jastrzebski
2016-03-09 13:39   ` Thomas Monjalon
2016-03-09 16:57 ` [PATCH v5 0/2] Increased number of next hops for LPM IPv4 Michal Jastrzebski
2016-03-09 16:57   ` [PATCH v5 1/2] lpm: extended ipv4 next_hop field Michal Jastrzebski
2016-03-09 16:57   ` [PATCH v5 2/2] lpm: added a new rte_lpm_config structure for ipv4 Michal Jastrzebski
2016-03-09 22:09   ` [PATCH v5 0/2] Increased number of next hops for LPM IPv4 Thomas Monjalon

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.