Re: [PATCH] net/memif: allow stopping and closing device

2021-11-24 Thread yoursunny
Hi Ferruh You have to rely on user to call stop before calling close/remove. This is mandated in ethdev library, as implemented in: febc855b358e ("ethdev: forbid closing started device") Yours, Junxiao On Wed, Nov 24, 2021, 06:02 Ferruh Yigit wrote: > On 11/18/2021 5:33 PM, Junxiao Shi wrote:

Re: [dpdk-dev] [RFC PATCH v2] kni: properly translate pa2va for cloned mbuf

2020-02-04 Thread yoursunny
Hi Ferruh Thanks for your review. On Tue, Feb 4, 2020 at 11:17 AM Ferruh Yigit wrote: > > On 1/28/2020 4:16 PM, Junxiao Shi wrote: > > Previously, KNI kernel module uses the difference between m->buf_addr > > and m->buf_iova to calculate userspace virtual address from physical > > address. This

Re: [dpdk-dev] [v3] kni: fix possible kernel crash with va2pa

2019-07-10 Thread yoursunny
Hi Ferruh I have no objection of merging the current commit. I do have some ideas on how to support indirect mbufs. Please review at https://bugs.dpdk.org/show_bug.cgi?id=183#c4 Yours, Junxiao On Wed, Jul 10, 2019 at 5:23 PM Ferruh Yigit wrote: > > your use case is about indirect mbufs, I can s

Re: [dpdk-dev] [v3] kni: fix possible kernel crash with va2pa

2019-07-10 Thread yoursunny
Hi Ferruh I've uploaded my test case to Bug 183. You can determine whether it is a bug that should be covered by this patch, or it should be handled separately. Yours, Junxiao On Wed, Jul 10, 2019 at 4:11 PM Ferruh Yigit wrote: > > On 7/2/2019 9:07 PM, Junxiao Shi wrote: > > I am battling a rel

Re: [dpdk-dev] [PATCH] crypto: recognize OP_TYPE_UNDEFINED in rte_crypto_op_pool_create

2018-10-09 Thread yoursunny
Hi Akhil The documentation of rte_crypto_op_pool_create indicates that _UNDEFINED creates a pool that supports both symmetric and assymetric crypto. This change makes the code consistent with documentation. Yours, Junxiao On Tue, Oct 9, 2018 at 06:51 Akhil Goyal wrote: > Hi Junxiao, > > On 10