lkml.org 
[lkml]   [2018]   [Apr]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [RFC 2/6] dmaengine: xilinx_dma: Pass AXI4-Stream control words to netdev dma client
    On Tue, Apr 17, 2018 at 04:46:43PM +0300, Peter Ujfalusi wrote:

    > @@ -709,6 +709,11 @@ struct dma_filter {
    > * be called after period_len bytes have been transferred.
    > * @device_prep_interleaved_dma: Transfer expression in a generic way.
    > * @device_prep_dma_imm_data: DMA's 8 byte immediate data to the dst address
    > + * @device_attach_metadata: Some DMA engines can send and receive side band
    > + * information, commands or parameters which is not transferred within the
    > + * data stream itself. In such case clients can set the metadata to the
    > + * given descriptor and it is going to be sent to the peripheral, or in
    > + * case of DEV_TO_MEM the provided buffer will receive the metadata.
    > * @device_config: Pushes a new configuration to a channel, return 0 or an error
    > * code
    > * @device_pause: Pauses any transfer happening on a channel. Returns
    > @@ -796,6 +801,9 @@ struct dma_device {
    > struct dma_chan *chan, dma_addr_t dst, u64 data,
    > unsigned long flags);
    >
    > + int (*device_attach_metadata)(struct dma_async_tx_descriptor *desc,
    > + void *data, size_t len);

    while i am okay with the concept, I would not want to go again the custom
    pointer route, this is a no-go for me.

    Instead lets add the vendor data, define that explicitly. We can use struct,
    tokens or something else to define these. But lets try to stay away from
    opaque objects please :-)

    --
    ~Vinod

    \
     
     \ /
      Last update: 2018-04-17 17:38    [W:6.481 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site