[dpdk-dev] [PATCH v5 0/2] Increased number of next hops for LPM IPv4.

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Mar 9 23:09:57 CET 2016


2016-03-09 17:57, Michal Jastrzebski:
> From: Michal Kobylinski <michalx.kobylinski at intel.com>
> 
> This patchset extend next_hop field from 8-bits to 24-bits in LPM library for IPv4.
> 
> As next_hop field is increased now the maximum number of tbl8s is 2^24. 
> A new rte_lpm_config structure is used so LPM library will allocate
> exactly the amount of memory which is necessary to hold application’s rules.
> 
> Added versioning symbols to functions and updated
> library and applications that have a dependency on LPM library.
> 
> Michal Kobylinski (2):
>   lpm: extended ipv4 next_hop field
>   lpm: added a new rte_lpm_config structure for ipv4

Applied with few changes in the release notes, thanks.


More information about the dev mailing list