package
0.9.2
Repository: https://github.com/intel-go/nff-go.git
Documentation: pkg.go.dev

# Functions

GetDefaultCPUs returns default core list {0, 1, ..., NumCPU}.
GetDPDKLogLevel internal, used in flow package.
GetNFError if error is NFerror or pointer to int returns pointer to NFError, otherwise returns nil.
GetNFErrorCode returns value of cCode field if err is NFError or pointer to it and -1 otherwise.
HandleCPUs parses cpu list string into array of valid core numbers.
LogDebug internal, used in all packages.
LogDrop internal, used in all packages.
LogError internal, used in all packages.
LogFatal internal, used in all packages.
LogFatalf is a wrapper at LogFatal which makes formatting before logger.
LogTitle internal, used in all packages.
LogWarning internal, used in all packages.
SetLogType internal, used in flow package.
WrapWithNFError returns an error annotating err with a stack trace at the point WrapWithNFError is called, and the next our NFError.

# Constants

constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
Debug - output during execution one time per time period (scheduler ticks).
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
Initialization - output during system initialization.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
No - no output even after fatal errors.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
constants with error codes.
Verbose - output during execution as soon as something happens.
constants with error codes.

# Structs

NFError is error type returned by nff-go functions.
RXTXStats describes statistics for sender or receiver flow function node.

# Type aliases

ErrorCode type for codes of errors.
LogType - type of logging, used in flow package.