From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] Add in_flight_bitmask so as to use full 32 bits of tag. Date: Thu, 13 Nov 2014 01:50:01 +0100 Message-ID: <1795062.hHiWS5oXJV@xps13> References: <1415630642-3905-1-git-send-email-jigsaw@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: Qinglai Xiao Return-path: In-Reply-To: <1415630642-3905-1-git-send-email-jigsaw-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 findin= g > 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.= >=20 > Signed-off-by: Qinglai Xiao The patch doesn't apply cleanly and fail to compile: lib/librte_distributor/rte_distributor.c:310:27: error: =E2=80=98union = =E2=80=99 has no member named =E2=80=98usr=E2=80=99 Do you have another commit before this one in your tree? --=20 Thomas