Re: [PATCH v2] net/octeon_ep: support CN10K SoC

2022-08-30 Thread Jerin Jacob
On Mon, Aug 29, 2022 at 9:15 PM Sathesh Edara wrote: > > This patch adds the required functionality in the Octeon endpoint > driver to support the CN10K endpoint device. It adds the CN10K SoC > specific routines to configure, enable, and disable input and output > queues to establish basic data tr

RE: [PATCH v2] net/octeon_ep: support CN10K SoC

2022-08-30 Thread Sathesh B Edara
This patch has Depends-on: https://patches.dpdk.org/project/dpdk/list/?series=24103

[PATCH v2] net/octeon_ep: support CN10K SoC

2022-08-29 Thread Sathesh Edara
This patch adds the required functionality in the Octeon endpoint driver to support the CN10K endpoint device. It adds the CN10K SoC specific routines to configure, enable, and disable input and output queues to establish basic data transfers. Signed-off-by: Sathesh Edara --- Changes in v2: - Re