search for: bascically

Displaying 2 results from an estimated 2 matches for "bascically".

Did you mean: bascially
2023 Apr 20
1
[PATCH net-next] xsk: introduce xsk_dma_ops
...> > In this case yes, pinned user memory, it gets sliced up into MTU sized > chunks, fed into an Rx queue of a device, and user can see packets > without any copies. How long is the life time of these mappings? Because dma_map_* assumes a temporary mapping and not one that is pinned bascically forever. > Quite similar use case #2 is upcoming io_uring / "direct placement" > patches (former from Meta, latter for Google) which will try to receive > just the TCP data into pinned user memory. I don't think we can just long term pin user memory here. E.g. for confiden...
2009 May 01
2
Plugin to generate text logs using cucumber.
Hi, I was able to run the scenarios using rake features in cucmber, All the respective results are displayed in colour in std output. is there any plugin using which i can capture these results(that are generated at run time). Please let me know the procedure to capture these logs in to a files. -- Posted via http://www.ruby-forum.com/.