Re: [PATCH v2 03/12] soc: fsl: dpio: add frame list format support

2018-09-14 Thread Li Yang
t; - DD, SC, DROPP bits (covered by "FD compatibility" field in FLE case) > - FLC[5:0] not used for stashing > > Signed-off-by: Horia Geantă Acked-by: Li Yang > --- > include/soc/fsl/dpaa2-fd.h | 242 > + > 1 file changed, 242 insertions(+) >

Re: [PATCH 04/11] soc: fsl: dpio: add congestion notification support

2018-09-10 Thread Li Yang
On Mon, Sep 10, 2018 at 12:19 PM Horia Geantă wrote: > > Add support for Congestion State Change Notifications (CSCN), which > allow DPIO users to be notified when a congestion group changes its > state (due to hitting the entrance / exit threshold). > > Signed-off-by: Horia Gea

Re: [PATCH 02/11] Revert "staging: fsl-mc/dpio: remove couple of unused functions"

2018-09-10 Thread Li Yang
er not to use the standard format of a revert commit which could cause confusion. Otherwise, Acked-by: Li Yang > > dpseci object will make use of these functions, thus it's time to add > them back. > > Signed-off-by: Horia Geantă > --- > drive

Re: [linuxppc-release] [PATCH v3 4/4] fsl-dma: use spin_lock_bh to instead of spin_lock_irqsave

2012-07-16 Thread Li Yang
l; herb...@gondor.hengli.com.au; Dan Williams; Li Yang-R58472; >> da...@davemloft.net >> Subject: Re: [linuxppc-release] [PATCH v3 4/4] fsl-dma: use spin_lock_bh >> to instead of spin_lock_irqsave >> >> Qiang Liu wrote: >> > Use spin_lock_bh to instead of spin

Re: [PATCH v3 3/4] fsl-dma: change release process of dma descriptor for supporting async_tx

2012-07-16 Thread Li Yang
ma channels, it affects the process of raid operations > due to ack_tx is not checked in fsl dma. The no-acked descriptor is freed > which is submitted just now, as a dependent tx, this freed descriptor trigger > BUG_ON(async_tx_test_ack(depend_tx)) in async_tx_submit(). > > Cc: Dan

RE: [PATCH v2 2/2] Crypto: Talitos: Support for Async_tx XOR offload

2009-12-18 Thread Li Yang-R58472
>Subject: Re: [PATCH v2 2/2] Crypto: Talitos: Support for >Async_tx XOR offload > >Ira W. Snyder wrote: >> Yes, I have used the device_prep_dma_interrupt() >functionality quite a >> while back. However, I found it to be pretty much useless. > >The specific case it is needed for Talitos/raid is

RE: [PATCH v2 2/2] Crypto: Talitos: Support for Async_tx XOR offload

2009-12-18 Thread Li Yang-R58472
>Subject: Re: [PATCH v2 2/2] Crypto: Talitos: Support for >Async_tx XOR offload > >On Wed, Dec 16, 2009 at 03:47:48PM -0700, Dan Williams wrote: >> Kumar Gala wrote: >> >>> Changes with respect to v1 as per comments received o. >Rebased to >> >>> linux-next as of 20091216 o. The selection is ba