[dpdk-dev,v4,3/3] maintainers: claim responsibility for arm64 specific files of hash and lpm

Message ID 1455280123-9311-4-git-send-email-jerin.jacob@caviumnetworks.com (mailing list archive)
State Changes Requested, archived
Delegated to: Thomas Monjalon
Headers

Commit Message

Jerin Jacob Feb. 12, 2016, 12:28 p.m. UTC
  Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Thomas Monjalon March 1, 2016, 5:47 p.m. UTC | #1
2016-02-12 17:58, Jerin Jacob:
> +F: lib/librte_lpm/rte_lpm_neon.h

This line should be in the previous patch.

> +F: lib/librte_hash/rte_crc_arm64.h
> +F: lib/librte_hash/rte_cmp_arm64.h

Yes, hash for ARM was forgotten.
Please add a Fixes: line to refer to the arm enablement of librte_hash.
  
Jerin Jacob March 2, 2016, 6:46 a.m. UTC | #2
On Tue, Mar 01, 2016 at 06:47:46PM +0100, Thomas Monjalon wrote:
> 2016-02-12 17:58, Jerin Jacob:
> > +F: lib/librte_lpm/rte_lpm_neon.h
> 
> This line should be in the previous patch.

Will fix in v5


> 
> > +F: lib/librte_hash/rte_crc_arm64.h
> > +F: lib/librte_hash/rte_cmp_arm64.h
> 
> Yes, hash for ARM was forgotten.
> Please add a Fixes: line to refer to the arm enablement of librte_hash.

Will fix in v5
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b90aeea..e3fab58 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -138,6 +138,9 @@  M: Jerin Jacob <jerin.jacob@caviumnetworks.com>
 M: Jianbo Liu <jianbo.liu@linaro.org>
 F: lib/librte_eal/common/include/arch/arm/*_64.h
 F: lib/librte_acl/acl_run_neon.*
+F: lib/librte_lpm/rte_lpm_neon.h
+F: lib/librte_hash/rte_crc_arm64.h
+F: lib/librte_hash/rte_cmp_arm64.h
 
 EZchip TILE-Gx
 M: Zhigang Lu <zlu@ezchip.com>