From: Shahaf Shuler <shahafs@mellanox.com>
To: Slava Ovsiienko <viacheslavo@mellanox.com>,
"dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2 0/2] support Direct Rules flows over shared IB context
Date: Thu, 4 Apr 2019 18:57:36 +0000 [thread overview]
Message-ID: <AM0PR0502MB3795654C18D0FB1CEFE6ED0DC3500@AM0PR0502MB3795.eurprd05.prod.outlook.com> (raw)
Message-ID: <20190404185736.Su6FUqcprBqlTHLUrYaTNrRZhwpoJH0D09-F33bL0zU@z> (raw)
In-Reply-To: <1554383065-11151-1-git-send-email-viacheslavo@mellanox.com>
Thursday, April 4, 2019 4:04 PM, Viacheslav Ovsiienko:
> Subject: [dpdk-dev] [PATCH v2 0/2] support Direct Rules flows over shared IB
> context
>
> The Direct Rules/Direct Verbs flows support is going to be added [1]. The
> master/representor over multiport IB device is added [2]. This patchset adds
> support for DR/DV flows with shared IB context over multiport IB device.
>
> The DV/DR flows applied to the master/representors on the same IB device
> share the following entinies:
> - rx/tx namespaces
> - rx/tx flow tables
> - matchers
> - encap/decap action resources
> - flow tags (MARK actions)
> - modify action resources
> - jump tables
Series applied to next-net-mlx, thanks!
>
> [1] "net/mlx5: Add Direct Rule support"
>
> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpatch
> es.dpdk.org%2Fcover%2F51856%2F&data=02%7C01%7Cshahafs%40mel
> lanox.com%7Cabc5776f51794b8f53dd08d6b8fe43c7%7Ca652971c7d2e4d9ba6
> a4d149256f461b%7C0%7C0%7C636899799527209089&sdata=EugeCEbt76
> LO%2F84BPRWYqvlx2e9imLeuW0OgFk82ICQ%3D&reserved=0
>
> [2] "net/mlx5: add support for multiport IB devices"
>
> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpatch
> es.dpdk.org%2Fcover%2F51800%2F&data=02%7C01%7Cshahafs%40mel
> lanox.com%7Cabc5776f51794b8f53dd08d6b8fe43c7%7Ca652971c7d2e4d9ba6
> a4d149256f461b%7C0%7C0%7C636899799527209089&sdata=Qds0%2BG
> 5fUGneYAPimMLkgpy41w10aTPuXmH47NENSjc%3D&reserved=0
>
> v2:
> - mutex reverted to non-counting type (because there is
> no DV flow functions intercalls and reentrances)
> - some commits are squashed to make patchset more consistent
> - conditional directives cleanup
>
> v1:
>
> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fpatch
> es.dpdk.org%2Fcover%2F52053%2F&data=02%7C01%7Cshahafs%40mel
> lanox.com%7Cabc5776f51794b8f53dd08d6b8fe43c7%7Ca652971c7d2e4d9ba6
> a4d149256f461b%7C0%7C0%7C636899799527209089&sdata=OvGIaSfZoT
> Ch9wjpeUkzCra76Ft7zZzF6QL2edTxEHM%3D&reserved=0
>
> Viacheslav Ovsiienko (2):
> net/mlx5: add Direct Rules flow data alloc/free routines
> net/mlx5: share Direct Rules/Verbs flow related structures
>
> drivers/net/mlx5/mlx5.c | 119 ++++++++++++++++++++++++++----
> drivers/net/mlx5/mlx5.h | 45 +++++++-----
> drivers/net/mlx5/mlx5_flow_dv.c | 159
> ++++++++++++++++++++++++++++++++--------
> 3 files changed, 259 insertions(+), 64 deletions(-)
>
> --
> 1.8.3.1
next prev parent reply other threads:[~2019-04-04 18:57 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-02 6:22 [dpdk-dev] [PATCH 0/4] support DR/DV " Viacheslav Ovsiienko
2019-04-02 6:22 ` Viacheslav Ovsiienko
2019-04-02 6:22 ` [dpdk-dev] [PATCH 1/4] net/mlx5: add DV/DR flow data alloc/free routines Viacheslav Ovsiienko
2019-04-02 6:22 ` Viacheslav Ovsiienko
2019-04-02 19:09 ` Shahaf Shuler
2019-04-02 19:09 ` Shahaf Shuler
2019-04-02 6:22 ` [dpdk-dev] [PATCH 2/4] net/mlx5: add reference counter for DV/DR structures Viacheslav Ovsiienko
2019-04-02 6:22 ` Viacheslav Ovsiienko
2019-04-02 19:09 ` Shahaf Shuler
2019-04-02 19:09 ` Shahaf Shuler
2019-04-03 13:27 ` Slava Ovsiienko
2019-04-03 13:27 ` Slava Ovsiienko
2019-04-02 6:22 ` [dpdk-dev] [PATCH 3/4] net/mlx5: share DV/DR flow related structures Viacheslav Ovsiienko
2019-04-02 6:22 ` Viacheslav Ovsiienko
2019-04-02 19:09 ` Shahaf Shuler
2019-04-02 19:09 ` Shahaf Shuler
2019-04-02 6:22 ` [dpdk-dev] [PATCH 4/4] net/mlx5: add mutex for shared DV/DR structures Viacheslav Ovsiienko
2019-04-02 6:22 ` Viacheslav Ovsiienko
2019-04-02 19:09 ` Shahaf Shuler
2019-04-02 19:09 ` Shahaf Shuler
2019-04-04 13:04 ` [dpdk-dev] [PATCH v2 0/2] support Direct Rules flows over shared IB context Viacheslav Ovsiienko
2019-04-04 13:04 ` Viacheslav Ovsiienko
2019-04-04 13:04 ` [dpdk-dev] [PATCH v2 1/2] net/mlx5: add Direct Rules flow data alloc/free routines Viacheslav Ovsiienko
2019-04-04 13:04 ` Viacheslav Ovsiienko
2019-04-04 13:04 ` [dpdk-dev] [PATCH v2 2/2] net/mlx5: share Direct Rules/Verbs flow related structures Viacheslav Ovsiienko
2019-04-04 13:04 ` Viacheslav Ovsiienko
2019-04-04 18:57 ` Shahaf Shuler [this message]
2019-04-04 18:57 ` [dpdk-dev] [PATCH v2 0/2] support Direct Rules flows over shared IB context Shahaf Shuler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AM0PR0502MB3795654C18D0FB1CEFE6ED0DC3500@AM0PR0502MB3795.eurprd05.prod.outlook.com \
--to=shahafs@mellanox.com \
--cc=dev@dpdk.org \
--cc=viacheslavo@mellanox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).