Added missing documentation in doc/guides/nics,
mailmap entry, and updated MAINTAINERS file.
Signed-off-by: liwencheng
---
MAINTAINERS| 6 ++
doc/guides/nics/features/macb.ini | 27 +++
doc/guides/nics/index.rst | 1
To optimize Rx/Tx burst process,
add NEON vector instructions on arm architecture.
Signed-off-by: liwencheng
---
drivers/net/macb/macb_rxtx.c | 3 +
drivers/net/macb/macb_rxtx_vec_neon.c | 675 ++
drivers/net/macb/meson.build | 4 +
3 files
v6:
- Fixed build failures across different OS.
v5:
- Putting __rte_unused after the declaration.
- Correct RX-bytes and TX-bytes statistics.
- Initialize the mbuf_initializer.
- Add driver based on 25.07.
- Fixed some code style issues.
v4:
- Fix tab errors in meson.build file.
- Use RTE_LOG_LIN
v5:
- Putting __rte_unused after the declaration.
- Correct RX-bytes and TX-bytes statistics.
- Initialize the mbuf_initializer.
- Add driver based on 25.07.
- Fixed some code style issues.
v4:
- Fix tab errors in meson.build file.
- Use RTE_LOG_LINE instead of rte_log.
- Replace %l with %PRI*64.
Added missing documentation in doc/guides/nics,
mailmap entry, and updated MAINTAINERS file.
v5:
* Add driver based on 25.07.
Signed-off-by: liwencheng
---
MAINTAINERS| 6 ++
doc/guides/nics/features/macb.ini | 27 +++
doc/guides
To optimize Rx/Tx burst process,
add NEON vector instructions on arm architecture.
v5:
* Initialize the mbuf_initializer.
* Fixed some code style issues.
Signed-off-by: liwencheng
---
drivers/net/macb/macb_rxtx.c | 3 +
drivers/net/macb/macb_rxtx_vec_neon.c | 675
Modify dpdk-devbind to support bind and unbind platform devices,
such as bind_platform_one and unbind_platform_one.
v5:
* Add name and email to .mailmap.
Signed-off-by: liwencheng
---
.mailmap | 1 +
usertools/dpdk-devbind.py | 131
To optimize Rx/Tx burst process,
add NEON vector instructions on arm architecture.
v4:
* Support hardware Rx checksum offload.
* Fixed some code style issues.
Signed-off-by: liwencheng
---
drivers/net/macb/macb_rxtx.c | 3 +
drivers/net/macb/macb_rxtx_vec_neon.c | 674
Added missing documentation in doc/guides/nics,
mailmap entry, and updated MAINTAINERS file.
Signed-off-by: liwencheng
---
.mailmap | 1 +
MAINTAINERS| 6 ++
doc/guides/nics/features/macb.ini | 27
Added missing documentation in doc/guides/nics,
mailmap entry, and updated MAINTAINERS file.
Signed-off-by: liwencheng
---
.mailmap | 1 +
MAINTAINERS| 6 ++
doc/guides/nics/features/macb.ini | 27
This patch mainly adds functions for bind and unbind platform devices,
such as bind_platform_one and unbind_platform_one.
Signed-off-by: liwencheng
---
usertools/dpdk-devbind.py | 131 --
1 file changed, 114 insertions(+), 17 deletions(-)
diff --git
To optimize Rx/Tx burst process,
add NEON vector instructions on arm architecture.
v4:
* Support hardware Rx checksum offload.
* Fixed some code style issues.
Signed-off-by: liwencheng
---
drivers/net/macb/macb_rxtx.c | 3 +
drivers/net/macb/macb_rxtx_vec_neon.c | 674
This patch mainly adds functions for bind and unbind platform devices,
such as bind_platform_one and unbind_platform_one.
Signed-off-by: liwencheng
Acked-by: Stephen Hemminger
---
usertools/dpdk-devbind.py | 101 +-
1 file changed, 99 insertions
To optimize Rx/Tx burst process,
add NEON vector instructions on arm architecture.
Signed-off-by: liwencheng
---
drivers/net/macb/macb_rxtx.c | 2 +
drivers/net/macb/macb_rxtx_vec_neon.c | 672 ++
drivers/net/macb/meson.build | 4 +
3 files
This patch mainly adds functions for bind and unbind platform devices,
such as bind_platform_one and unbind_platform_one.
Signed-off-by: liwencheng
---
usertools/dpdk-devbind.py | 101 +-
1 file changed, 99 insertions(+), 2 deletions(-)
diff --git a
To optimize Rx/Tx burst process,
add NEON vector instructions on arm architecture.
Signed-off-by: liwencheng
---
drivers/net/macb/macb_rxtx.c | 6 +
drivers/net/macb/macb_rxtx_vec_neon.c | 673 ++
drivers/net/macb/meson.build | 4 +
3 files
To optimize Rx/Tx burst process, add NEON vector instructions
on ARM architecture.
Signed-off-by: liwencheng
---
drivers/net/macb/macb_rxtx.c | 6 +
drivers/net/macb/macb_rxtx_vec_neon.c | 673 ++
drivers/net/macb/meson.build | 4 +
3 files
This patch adds functions for binding and unbinding platform devices,
such as bind_platform_one and unbind_platform_one.
Signed-off-by: liwencheng
---
usertools/dpdk-devbind.py | 101 +-
1 file changed, 99 insertions(+), 2 deletions(-)
diff --git a
This patch mainly adds functions for binding and unbinding platform devices,
such as bind_platform_one and unbind_platform_one.
Signed-off-by: liwencheng
---
usertools/dpdk-devbind.py | 101 +-
1 file changed, 99 insertions(+), 2 deletions(-)
diff
19 matches
Mail list logo