Re: [dpdk-dev] Queue Management Support in DPDK

2020-08-02 Thread Archit Pandey
KE can be added using what we have built, but before we do that we wanted to know if such a feature would be welcomed by the community. Subsequently, we will submit an RFC patch series to the dev mailing list. Thanks, Archit Pandey. On Thu, Jul 30, 2020 at 12:37 AM Stephen Hemminger wrote: > >

[dpdk-dev] Queue Management Support in DPDK

2020-07-29 Thread Archit Pandey
ke it easy for new algorithms to be added. We’d appreciate feedback on whether such a framework would be welcomed in the community, or what else could be done for adding queue management support. Sincerely, Archit Pandey.

[dpdk-dev] [PATCH] sched: add missing 64-bit rate values

2020-06-02 Thread Archit Pandey
64-bit support was missing from the functions pipe_profile_check and rte_sched_subport_config_pipe_profile_table. Fixes: 68c1f26d4236 ("sched: support 64-bit values") Cc: jasvinder.si...@intel.com Signed-off-by: Archit Pandey --- lib/librte_sched/rte_sched.c | 4 ++-- 1 file

Re: [dpdk-dev] [dpdk-users] What is the 'unit of timestamp' assigned to mbuf packet in DPDK?

2019-11-25 Thread Archit Pandey
it in milliseconds or microseconds or in cpu cycles? How this timestamp is calculated? Is it calculated using the *rte_cycles.h*? Thanks in advance! --Gokul -- Archit Pandey Senior Year Undergraduate Student Department of Computer Science and Engineering National Institute of Technology Karnataka Sura

Re: [dpdk-dev] [dpdk-users] How to get the current timestamp in milliseconds in the DPDK?

2019-11-12 Thread Archit Pandey
conds) in the C language or in the DPDK? I did some googling and I got the solution which returns the time in seconds but I need time in milliseconds. Thanks, Gokul -- Archit Pandey Senior Year Undergraduate Student Department of Computer Science and Engineering National Institute of Techn