All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yerden Zhumabekov <e_zhumabekov-8EHiFRVJVgQ@public.gmane.org>
To: Thomas Monjalon
	<thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>,
	"Qiu,
	Michael" <michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: dev-VfR2kkLFssw@public.gmane.org
Subject: Re: [PATCH 1/3 v2] librte_hash: Fix unsupported instruction `crc32' in i686 platform
Date: Tue, 10 Mar 2015 09:55:16 +0600	[thread overview]
Message-ID: <54FE6B24.1080700@sts.kz> (raw)
In-Reply-To: <9442704.dXlXz1iyK3@xps13>



08.03.2015 0:39, Thomas Monjalon пишет:
> 2015-03-06 01:39, Qiu, Michael:
>> On 3/6/2015 1:11 AM, Thomas Monjalon wrote:
>>> 2015-03-06 00:55, Michael Qiu:
>>>> ... skipped ...
>>>>  
>>>> +#if defined RTE_ARCH_I686 || defined RTE_ARCH_X86_64
>>>>  static inline uint32_t
>>>>  crc32c_sse42_u32(uint32_t data, uint32_t init_val)
>>>>  {
>>>> @@ -373,7 +374,9 @@ crc32c_sse42_u32(uint32_t data, uint32_t init_val)
>>>>  			: [data] "rm" (data));
>>>>  	return init_val;
>>>>  }
>>>> +#endif
>>> Wouldn't it be more elegant to define a stub which returns 0 in #else
>>> in order to remove #ifdef below?
>>> Not sure, matter of taste.
>> It may be not a good idea, see rte_hash_crc_8byte(), if no crc32
>> support, it will use crc32c_2words(), if we define a stub which returns
>> 0 in #else, then we need always check the return value whether it is
>> none-zero otherwise need fallback.
> I don't think so.
> The stub won't never been called because they are protected by the cpuflag
> condition.

That would be a bad surprise if one tries to launch that pre-built
binary on SSE4.2-capable arch :) It's fine though, if binary portability
is out of scope here.

-- 
Sincerely,

Yerden Zhumabekov
State Technical Service
Astana, KZ

  parent reply	other threads:[~2015-03-10  3:55 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-05 13:15 [PATCH 0/3] dpdk2.0-rc1 build error fix Michael Qiu
     [not found] ` <1425561339-13300-1-git-send-email-michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-03-05 13:15   ` [PATCH 1/3] librte_hash: Fix unsupported instruction `crc32' in i686 platform Michael Qiu
     [not found]     ` <1425561339-13300-2-git-send-email-michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-03-05 16:10       ` Yerden Zhumabekov
2015-03-05 16:34         ` Qiu, Michael
2015-03-05 16:55       ` [PATCH 1/3 v2] " Michael Qiu
     [not found]         ` <1425574530-16019-1-git-send-email-michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-03-05 17:02           ` Yerden Zhumabekov
2015-03-05 17:10           ` Thomas Monjalon
2015-03-06  1:39             ` Qiu, Michael
     [not found]               ` <533710CFB86FA344BFBF2D6802E60286CEF549-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-03-07 18:39                 ` Thomas Monjalon
2015-03-09  5:21                   ` Qiu, Michael
2015-03-10  3:55                   ` Yerden Zhumabekov [this message]
2015-03-19  2:00                   ` Qiu, Michael
     [not found]                     ` <533710CFB86FA344BFBF2D6802E60286D1603B-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-03-19  8:10                       ` Thomas Monjalon
2015-03-09  5:58           ` [PATCH 1/3 v3] " Michael Qiu
     [not found]             ` <1425880685-27424-1-git-send-email-michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-03-18 13:20               ` Liu, Yong
     [not found]                 ` <86228AFD5BCD8E4EBFD2B90117B5E81E10DA603B-0J0gbvR4kTggGBtAFL8yw7fspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-03-18 14:59                   ` Qiu, Michael
2015-03-05 13:15   ` [PATCH 2/3] app/test: Fix size_t printf formart issue Michael Qiu
     [not found]     ` <1425561339-13300-3-git-send-email-michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-03-05 13:22       ` Bruce Richardson
2015-03-05 14:00       ` [PATCH 2/3 v2] app/test: Fix size_t printf format issue Michael Qiu
     [not found]         ` <1425564054-13883-1-git-send-email-michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-03-05 17:27           ` Thomas Monjalon
2015-03-06  1:42             ` Qiu, Michael
2015-03-06  3:53           ` [PATCH 2/3 v3] " Michael Qiu
2015-03-05 13:15   ` [PATCH 3/3] librte_eal/common: Fix redeclaration of enumerator ‘REG_EAX’ Michael Qiu
2015-03-05 13:23     ` Qiu, Michael
     [not found]     ` <1425561339-13300-4-git-send-email-michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-03-05 13:23       ` Bruce Richardson
2015-03-05 13:36         ` David Marchand
2015-03-05 13:54           ` Qiu, Michael
2015-03-05 13:41         ` Qiu, Michael
2015-03-05 13:50       ` [PATCH 3/3 v2] =?UTF-8?q?librte=5Feal/common:=20Fix=20redeclaration=20of?= =?UTF-8?q?=20enumerator=20=E2=80=98REG=5FEAX=E2=80=99?= Michael Qiu
     [not found]         ` <1425563425-13647-1-git-send-email-michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-03-05 13:54           ` [PATCH 3/3 v2] librte_eal/common: Fix redeclaration of enumerator ‘REG_EAX’ David Marchand
2015-03-05 14:03             ` Qiu, Michael
     [not found]               ` <533710CFB86FA344BFBF2D6802E60286CEEF6B-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-03-05 14:38                 ` Thomas Monjalon
2015-03-05 16:31                   ` Qiu, Michael
     [not found]                     ` <533710CFB86FA344BFBF2D6802E60286CEF29E-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-03-05 18:24                       ` Thomas Monjalon
2015-03-05 13:57       ` [PATCH 3/3 v3] =?UTF-8?q?librte=5Feal/common:=20Fix=20redeclaration=20of?= =?UTF-8?q?=20enumerator=20=E2=80=98REG=5FEAX=E2=80=99?= Michael Qiu
     [not found]         ` <1425563863-13712-1-git-send-email-michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2015-03-06  6:28           ` [PATCH 3/3 v3] librte_eal/common: Fix redeclaration of enumerator ‘REG_EAX’ David Marchand
2015-03-09 17:04   ` [PATCH 0/3] dpdk2.0-rc1 build error fix Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54FE6B24.1080700@sts.kz \
    --to=e_zhumabekov-8ehifrvjvgq@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=michael.qiu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.