[dpdk-dev] [PATCH v2] ip_pipeline: add load balancing function to pass-through pipeline

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Mar 10 01:26:59 CET 2016


2016-02-04 17:16, Jasvinder Singh:
> The pass-through pipeline implementation is extended with load balancing
> function. This function allows uniform distribution of the packets among
> its output ports. For packets distribution, any application level logic
> can be applied. For instance, in this implementation, hash value
> computed over specific header fields of the incoming packets has been
> used to spread traffic uniformly among the output ports. The following
> pass-through configuration can be used for implementing load balancing
> function over ipv4 traffic;

Please rebase, thanks


More information about the dev mailing list