Re: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-05-11 Thread Pavan Nikhilesh Bhagavatula
>> >> >> >> From: Pavan Nikhilesh >> >> >> >> >> >> >> >> Merge crc32 hash calculation public API headers for x86 and >> >ARM, >> >> >> >> split implementations of x86 and ARM into their respective >> >private >> >> >> >> headers. >> >> >> >> This reduces the ifdef code clutter while keeping curre

Re: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-05-11 Thread Ananyev, Konstantin
> > >> >> >> From: Pavan Nikhilesh > >> >> >> > >> >> >> Merge crc32 hash calculation public API headers for x86 and > >ARM, > >> >> >> split implementations of x86 and ARM into their respective > >private > >> >> >> headers. > >> >> >> This reduces the ifdef code clutter while keeping current AB

Re: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-05-11 Thread Pavan Nikhilesh Bhagavatula
>> >> >> From: Pavan Nikhilesh >> >> >> >> >> >> Merge crc32 hash calculation public API headers for x86 and >ARM, >> >> >> split implementations of x86 and ARM into their respective >private >> >> >> headers. >> >> >> This reduces the ifdef code clutter while keeping current ABI >> >intact. >> >>

Re: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-05-11 Thread Ananyev, Konstantin
> > >> >> From: Pavan Nikhilesh > >> >> > >> >> Merge crc32 hash calculation public API headers for x86 and ARM, > >> >> split implementations of x86 and ARM into their respective private > >> >> headers. > >> >> This reduces the ifdef code clutter while keeping current ABI > >intact. > >> >> >

Re: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-05-11 Thread Pavan Nikhilesh Bhagavatula
>> >> From: Pavan Nikhilesh >> >> >> >> Merge crc32 hash calculation public API headers for x86 and ARM, >> >> split implementations of x86 and ARM into their respective private >> >> headers. >> >> This reduces the ifdef code clutter while keeping current ABI >intact. >> >> >> >> Although we inst

Re: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-05-11 Thread Ananyev, Konstantin
> >> From: Pavan Nikhilesh > >> > >> Merge crc32 hash calculation public API headers for x86 and ARM, > >> split implementations of x86 and ARM into their respective private > >> headers. > >> This reduces the ifdef code clutter while keeping current ABI intact. > >> > >> Although we install `rte_

Re: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-05-10 Thread Pavan Nikhilesh Bhagavatula
>> From: Pavan Nikhilesh >> >> Merge crc32 hash calculation public API headers for x86 and ARM, >> split implementations of x86 and ARM into their respective private >> headers. >> This reduces the ifdef code clutter while keeping current ABI intact. >> >> Although we install `rte_crc_arm64.h` it

Re: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-05-10 Thread Pavan Nikhilesh Bhagavatula
>> Subject: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and >ARM >> >> From: Pavan Nikhilesh >> >> Merge crc32 hash calculation public API headers for x86 and ARM, split >> implementations of x86 and ARM into their respective private >heade

Re: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-05-08 Thread Ananyev, Konstantin
> From: Pavan Nikhilesh > > Merge crc32 hash calculation public API headers for x86 and ARM, > split implementations of x86 and ARM into their respective private > headers. > This reduces the ifdef code clutter while keeping current ABI intact. > > Although we install `rte_crc_arm64.h` it is n

Re: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-05-06 Thread Wang, Yipeng1
ject: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM > > From: Pavan Nikhilesh > > Merge crc32 hash calculation public API headers for x86 and ARM, split > implementations of x86 and ARM into their respective private headers. > This reduces the ifdef code clutter wh

Re: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-04-30 Thread Pavan Nikhilesh Bhagavatula
g >> >> Cc: dev@dpdk.org; Pavan Nikhilesh >> Subject: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and >ARM >> >> From: Pavan Nikhilesh >> >> Merge crc32 hash calculation public API headers for x86 and ARM, >> split implementations of x86 and ARM i

Re: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-04-30 Thread Van Haaren, Harry
hilesh > Subject: [dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM > > From: Pavan Nikhilesh > > Merge crc32 hash calculation public API headers for x86 and ARM, > split implementations of x86 and ARM into their respective private > headers. > This reduces

[dpdk-dev] [RFC] hash: unify crc32 API header for x86 and ARM

2020-04-29 Thread pbhagavatula
From: Pavan Nikhilesh Merge crc32 hash calculation public API headers for x86 and ARM, split implementations of x86 and ARM into their respective private headers. This reduces the ifdef code clutter while keeping current ABI intact. Although we install `rte_crc_arm64.h` it is not used in any of