Re: [PATCH rdma-next v1 00/15] Flow actions to mutate packets

2018-09-05 Thread Jason Gunthorpe
On Wed, Sep 05, 2018 at 08:14:58AM +0300, Leon Romanovsky wrote: > > This looks OK to me, can you make the shared commit please? > > Thanks, I pushed to mlx5-next > > 50acec06f392 net/mlx5: Export packet reformat alloc/dealloc functions > 31ca3648f01b net/mlx5: Pass a namespace for packet reform

Re: [PATCH rdma-next v1 00/15] Flow actions to mutate packets

2018-09-04 Thread Leon Romanovsky
On Tue, Sep 04, 2018 at 04:12:05PM -0600, Jason Gunthorpe wrote: > On Tue, Aug 28, 2018 at 02:18:39PM +0300, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > >From Mark, > > > > This series exposes the ability to create flow actions which can > > mutate packet headers. We do that by exposi

Re: [PATCH rdma-next v1 00/15] Flow actions to mutate packets

2018-09-04 Thread Jason Gunthorpe
On Tue, Aug 28, 2018 at 02:18:39PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > >From Mark, > > This series exposes the ability to create flow actions which can > mutate packet headers. We do that by exposing two new verbs: > * modify header - can change existing packet headers. pa

[PATCH rdma-next v1 00/15] Flow actions to mutate packets

2018-08-28 Thread Leon Romanovsky
From: Leon Romanovsky >From Mark, This series exposes the ability to create flow actions which can mutate packet headers. We do that by exposing two new verbs: * modify header - can change existing packet headers. packet * reformat - can encapsulate or decapsulate a packet. Once