implemented fifo depth configurable from client

This commit is contained in:
Dhanya Maliakal
2015-11-17 10:31:09 +01:00
parent 003d0255c3
commit 777f04331d
8 changed files with 184 additions and 38 deletions

View File

@ -207,6 +207,9 @@ private:
/** enable 10Gbe */
int enable_tengiga();
/** set fifo depth */
int set_fifo_depth();
//General Functions
/** Locks Receiver */
int lock_receiver();