#
f665790a |
| 13-Dec-2023 |
David Marchand <david.marchand@redhat.com> |
drivers: remove redundant newline from logs
Fix places where two newline characters may be logged.
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Chengwen
drivers: remove redundant newline from logs
Fix places where two newline characters may be logged.
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Chengwen Feng <fengchengwen@huawei.com>
show more ...
|
#
d86184df |
| 03-Jan-2022 |
Gagandeep Singh <g.singh@nxp.com> |
net/pfe: reduce driver initialization time
This patch reduces the delay in the device init.
Signed-off-by: Gagandeep Singh <g.singh@nxp.com> Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com> Acked-b
net/pfe: reduce driver initialization time
This patch reduces the delay in the device init.
Signed-off-by: Gagandeep Singh <g.singh@nxp.com> Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
show more ...
|
#
7be78d02 |
| 29-Nov-2021 |
Josh Soref <jsoref@gmail.com> |
fix spelling in comments and strings
The tool comes from https://github.com/jsoref
Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
|
#
bd063651 |
| 26-Mar-2021 |
Ferruh Yigit <ferruh.yigit@intel.com> |
drivers: add missing includes
These headers are used but not included explicitly, including them.
"arpa/inet.h" is included for 'htons' and friends. "netinet/in.h" is included for 'IPPROTO_IP'.
Si
drivers: add missing includes
These headers are used but not included explicitly, including them.
"arpa/inet.h" is included for 'htons' and friends. "netinet/in.h" is included for 'IPPROTO_IP'.
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Rasesh Mody <rmody@marvell.com>
show more ...
|
#
f513f620 |
| 06-Nov-2019 |
Sachin Saxena <sachin.saxena@nxp.com> |
drivers: update copyright for NXP files
Signed-off-by: Sachin Saxena <sachin.saxena@nxp.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
|
#
36220514 |
| 10-Oct-2019 |
Gagandeep Singh <g.singh@nxp.com> |
net/pfe: add Rx/Tx
This patch add burst enqueue and dequeue operations to the pfe PMD.
Signed-off-by: Gagandeep Singh <g.singh@nxp.com> Acked-by: Nipun Gupta <nipun.gupta@nxp.com> Acked-by: Akhil G
net/pfe: add Rx/Tx
This patch add burst enqueue and dequeue operations to the pfe PMD.
Signed-off-by: Gagandeep Singh <g.singh@nxp.com> Acked-by: Nipun Gupta <nipun.gupta@nxp.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
show more ...
|
#
592041a0 |
| 10-Oct-2019 |
Gagandeep Singh <g.singh@nxp.com> |
net/pfe: add queue setup and release
This patch add RX/TX queue setup operations and supported checksum offloads.
Signed-off-by: Gagandeep Singh <g.singh@nxp.com> Acked-by: Nipun Gupta <nipun.gupta
net/pfe: add queue setup and release
This patch add RX/TX queue setup operations and supported checksum offloads.
Signed-off-by: Gagandeep Singh <g.singh@nxp.com> Acked-by: Nipun Gupta <nipun.gupta@nxp.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
show more ...
|
#
fe38ad9b |
| 10-Oct-2019 |
Gagandeep Singh <g.singh@nxp.com> |
net/pfe: add device start/stop
This patch adds device start, stop and close operations.
Signed-off-by: Gagandeep Singh <g.singh@nxp.com> Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com> Acked-by: N
net/pfe: add device start/stop
This patch adds device start, stop and close operations.
Signed-off-by: Gagandeep Singh <g.singh@nxp.com> Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com> Acked-by: Nipun Gupta <nipun.gupta@nxp.com>
show more ...
|
#
5253fe37 |
| 10-Oct-2019 |
Gagandeep Singh <g.singh@nxp.com> |
net/pfe: add MAC and host interface initialisation
HIF or host interface is responsible for transmit and receive packets between physical ethernet interfaces and HIF library defined logical interfac
net/pfe: add MAC and host interface initialisation
HIF or host interface is responsible for transmit and receive packets between physical ethernet interfaces and HIF library defined logical interfaces.
This patch initialise that host interface and MAC.
Signed-off-by: Gagandeep Singh <g.singh@nxp.com> Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com> Acked-by: Nipun Gupta <nipun.gupta@nxp.com>
show more ...
|