Hello,
I have altered the code in datapath module of OVS to access the timestamp
of a packet. I want to know how to store the timestamp information and see
it. Could I use the OVSDB to store the information or do I need to have a
netlink socket to store it in userspace ?
Thank you,
Ajeeth Kannan
altering
the code in datapath module or can I query the database of OVS and flow
tables ?
Thank you,
Ajeeth Kannan
On Tue, Oct 18, 2016 at 8:24 PM, Ajeeth Kannan (RIT Student) wrote:
> Hello Justin,
>
> I would like to uniquely identify a packet that is being going through the
> swit
it, but you can modify
> the code on your system as much as you'd like. It's not clear whether the
> patches would be accepted upstream due to the questions I mentioned earlier.
>
> --Justin
>
>
> > On Oct 19, 2016, at 12:58 AM, Ajeeth Kannan (RIT Student) <
&
Hi Team,
I would like to get the timestamp for the packets that are being captured
by an OVS. Is there any possible command to do it or should I need to
modify the OVS code to do this ?
Should I query the DB or flow-tables to get the timestamps of the captured
packets ?
Thank you,
Ajeeth Kannan