[dpdk-dev] [PATCH v3] Add in_flight_bitmask so as to use full 32 bits of tag.
Thomas Monjalon
thomas.monjalon at 6wind.com
Thu Nov 13 01:50:01 CET 2014
Hi,
2014-11-10 16:44, Qinglai Xiao:
> With introduction of in_flight_bitmask, the whole 32 bits of tag can be
> used. Further more, this patch fixed the integer overflow when finding
> the matched tags.
> The maximum number workers is now defined as 64, which is length of
> double-word. The link between number of workers and RTE_MAX_LCORE is
> now removed. Compile time check is added to ensure the
> RTE_DISTRIB_MAX_WORKERS is less than or equal to size of double-word.
>
> Signed-off-by: Qinglai Xiao <jigsaw at gmail.com>
The patch doesn't apply cleanly and fail to compile:
lib/librte_distributor/rte_distributor.c:310:27: error: ‘union <anonymous>’ has no member named ‘usr’
Do you have another commit before this one in your tree?
--
Thomas
More information about the dev
mailing list